Style refactor omni/system components (#974)

* Style refactor omni/system components

* Fix

* Fix
This commit is contained in:
Christian Semmler
2024-05-30 15:03:43 -04:00
committed by GitHub
parent ac41854149
commit 76435d803f
16 changed files with 106 additions and 84 deletions

View File

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