mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
11 lines
200 B
C++
11 lines
200 B
C++
class VEMF_Reloaded
|
|
{
|
|
tag = "VEMFr";
|
|
class clientFunctions
|
|
{
|
|
file = "VEMFr_client\functions";
|
|
class handleMessage {};
|
|
class clientInit { postInit = 1; };
|
|
};
|
|
};
|