Ryans Support

New compiles
This commit is contained in:
Andrew Gregory 2016-06-14 13:04:22 +01:00 committed by GitHub
parent 8de35419c1
commit 4270d5b2c1

View File

@ -33,6 +33,7 @@ class CfgClientFunctions
class antiWall {}; class antiWall {};
class onEachFrame {}; class onEachFrame {};
class callSapperMigration {}; class callSapperMigration {};
class zombieSpawn {};
}; };
class building class building
@ -119,6 +120,8 @@ class CfgClientFunctions
class fnc_playerSetVariable {}; class fnc_playerSetVariable {};
class fnc_playerAttachToAntagonist {}; class fnc_playerAttachToAntagonist {};
class fnc_createMarker {}; class fnc_createMarker {};
class fnc_dynamicFSM {};
class fnc_vectorDivide {};
}; };
class environment class environment
{ {