mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-26 06:34:23 +00:00
Remove leading underscores.
This commit is contained in:
parent
666ff98ac7
commit
9b56788ef1
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef _MODDEF
|
||||
#define _MODDEF
|
||||
#ifndef MODDEF
|
||||
#define MODDEF
|
||||
|
||||
enum
|
||||
{
|
||||
@ -17,4 +17,4 @@ enum
|
||||
MOD_TOT // Times of Troubles
|
||||
};
|
||||
|
||||
#endif // _MODDEF
|
||||
#endif // MODDEF
|
||||
|
Loading…
x
Reference in New Issue
Block a user