mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 19:44:15 +01:00
9 lines
136 B
C
9 lines
136 B
C
|
#pragma once
|
||
|
|
||
|
class cHandlingDataMgr
|
||
|
{
|
||
|
public:
|
||
|
int32 GetHandlingId(const char *name);
|
||
|
};
|
||
|
extern cHandlingDataMgr &mod_HandlingManager;
|