summaryrefslogtreecommitdiff
path: root/CompilerTools.h
diff options
context:
space:
mode:
authorAsh Wolf <ninji@wuffs.org>2022-10-11 03:18:42 +0100
committerAsh Wolf <ninji@wuffs.org>2022-10-11 03:18:42 +0100
commit26b57fbea1a969ef6405365ff78391e9d3605621 (patch)
treeb6f14f5c083d0fbb42c5495eea7c74099ff45315 /CompilerTools.h
parent7d4bee5f8f28b72610c8518e5cb9dc145c68b816 (diff)
downloadMWCC-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.h2
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);