Fix mxomni.* file names (#1654)

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2025-07-25 22:19:09 +02:00
committed by GitHub
parent 03adac0c58
commit a9e261606d
21 changed files with 23 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
#ifndef MXOMNI_H
#define MXOMNI_H
#ifndef MXMAIN_H
#define MXMAIN_H
#include "mxcore.h"
#include "mxcriticalsection.h"
@@ -120,4 +120,4 @@ protected:
MxBool m_paused; // 0x64
};
#endif // MXOMNI_H
#endif // MXMAIN_H