Browse Source

Remove leading underscores.

mobile_hacks
Andrey Akhmichin 5 years ago
parent
commit
9b56788ef1
  1. 6
      dlls/moddef.h

6
dlls/moddef.h

@ -1,6 +1,6 @@
#pragma once #pragma once
#ifndef _MODDEF #ifndef MODDEF
#define _MODDEF #define MODDEF
enum enum
{ {
@ -17,4 +17,4 @@ enum
MOD_TOT // Times of Troubles MOD_TOT // Times of Troubles
}; };
#endif // _MODDEF #endif // MODDEF

Loading…
Cancel
Save