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 @@ @@ -1,6 +1,6 @@
#pragma once
#ifndef _MODDEF
#define _MODDEF
#ifndef MODDEF
#define MODDEF
enum
{
@ -17,4 +17,4 @@ enum @@ -17,4 +17,4 @@ enum
MOD_TOT // Times of Troubles
};
#endif // _MODDEF
#endif // MODDEF

Loading…
Cancel
Save