mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-04 19:14:30 +00:00
Remove leading underscores.
This commit is contained in:
parent
666ff98ac7
commit
9b56788ef1
@ -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…
x
Reference in New Issue
Block a user