Added monster_babygarg.

This commit is contained in:
Julian
2020-07-29 22:35:01 -03:00
parent 9602f862c9
commit 9df28b9d3f
8 changed files with 657 additions and 30 deletions

View File

@@ -50,7 +50,7 @@ CMBaseEntity
// C functions for external declarations that call the appropriate C++ methods
#ifdef _WIN32
#define EXPORT _declspec( dllexport )
#define EXPORT __declspec( dllexport )
#else
#define EXPORT /* */
#endif