From 26b57fbea1a969ef6405365ff78391e9d3605621 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Tue, 11 Oct 2022 03:18:42 +0100 Subject: add cmakelists for CLion, tons and tons of reorganisation using new info from the Pro8 compiler --- Parameter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Parameter.c') diff --git a/Parameter.c b/Parameter.c index 6566f12..9d6b08e 100644 --- a/Parameter.c +++ b/Parameter.c @@ -1,4 +1,4 @@ -#include "mwcc_decomp.h" +#include "includes/mwcc_decomp.h" #define OPTION_ASSERT(cond) do { if (!(cond)) { printf("%s:%u: failed assertion\n", __FILE__, __LINE__); abort(); } } while(0) -- cgit v1.2.3