diff options
author | Ash Wolf <ninji@wuffs.org> | 2022-10-11 03:18:42 +0100 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2022-10-11 03:18:42 +0100 |
commit | 26b57fbea1a969ef6405365ff78391e9d3605621 (patch) | |
tree | b6f14f5c083d0fbb42c5495eea7c74099ff45315 /CompilerTools.h | |
parent | 7d4bee5f8f28b72610c8518e5cb9dc145c68b816 (diff) | |
download | MWCC-26b57fbea1a969ef6405365ff78391e9d3605621.tar.gz MWCC-26b57fbea1a969ef6405365ff78391e9d3605621.zip |
add cmakelists for CLion, tons and tons of reorganisation using new info from the Pro8 compiler
Diffstat (limited to '')
-rw-r--r-- | CompilerTools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CompilerTools.h b/CompilerTools.h index 5c6607e..6f8ceac 100644 --- a/CompilerTools.h +++ b/CompilerTools.h @@ -1,4 +1,4 @@ -#include "mwcc_decomp.h" +#include "includes/mwcc_decomp.h" #pragma once extern void CompilerGetPString(short index, unsigned char *str); |