Remove leading underscores.

This commit is contained in:
Andrey Akhmichin 2019-11-30 13:14:45 +05:00
parent 666ff98ac7
commit 9b56788ef1

View File

@ -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