mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Style refactor omni/system components (#974)
* Style refactor omni/system components * Fix * Fix
This commit is contained in:

committed by
GitHub

parent
ac41854149
commit
76435d803f
@@ -1,5 +1,5 @@
|
||||
#ifndef MX_SEMAPHORE_H
|
||||
#define MX_SEMAPHORE_H
|
||||
#ifndef MXSEMAPHORE_H
|
||||
#define MXSEMAPHORE_H
|
||||
|
||||
#include "mxtypes.h"
|
||||
|
||||
@@ -23,4 +23,4 @@ private:
|
||||
HANDLE m_hSemaphore; // 0x04
|
||||
};
|
||||
|
||||
#endif // MX_SEMAPHORE_H
|
||||
#endif // MXSEMAPHORE_H
|
||||
|
Reference in New Issue
Block a user