Remove a debug oopsie

This commit is contained in:
Andrew 2023-06-10 19:40:18 +03:00
parent d4d50d9885
commit 34619a2202

View File

@ -78,7 +78,7 @@ struct Options {
};
// Type definitions
typedef uint32_t BOOL;
typedef bool BOOL;
typedef uint8_t BYTE;
typedef uint16_t WORD;
typedef uint32_t DWORD;