diff --git a/4coder_generated/style.h b/4coder_API/4coder_style.h similarity index 100% rename from 4coder_generated/style.h rename to 4coder_API/4coder_style.h diff --git a/4coder_API/custom.h b/4coder_API/custom.h index 42f4c6a5..4ce7823a 100644 --- a/4coder_API/custom.h +++ b/4coder_API/custom.h @@ -13,7 +13,7 @@ custom.h #include "4coder_lib/4coder_string.h" #include "4coder_lib/4cpp_lexer_types.h" #include "4coder_keycodes.h" -#include "4coder_generated/style.h" +#include "4coder_API/4coder_style.h" #include "types.h" #include "4coder_generated/app_functions.h" diff --git a/platform_linux/linux_4ed.cpp b/platform_linux/linux_4ed.cpp index 09d8dbad..c009f9f5 100644 --- a/platform_linux/linux_4ed.cpp +++ b/platform_linux/linux_4ed.cpp @@ -21,7 +21,7 @@ #if defined(FRED_SUPER) # include "4coder_API/4coder_keycodes.h" -# include "4coder_generated/style.h" +# include "4coder_API/4coder_style.h" # define FSTRING_IMPLEMENTATION # include "4coder_lib/4coder_string.h" diff --git a/platform_mac/mac_4ed.cpp b/platform_mac/mac_4ed.cpp index 54649391..607976b5 100644 --- a/platform_mac/mac_4ed.cpp +++ b/platform_mac/mac_4ed.cpp @@ -18,7 +18,7 @@ #if defined(FRED_SUPER) # include "4coder_API/4coder_keycodes.h" -# include "4coder_generated/style.h" +# include "4coder_API/4coder_style.h" # define FSTRING_IMPLEMENTATION # include "4coder_lib/4coder_string.h" diff --git a/platform_win32/win32_4ed.cpp b/platform_win32/win32_4ed.cpp index 271376d0..3863f721 100644 --- a/platform_win32/win32_4ed.cpp +++ b/platform_win32/win32_4ed.cpp @@ -29,7 +29,7 @@ #if defined(FRED_SUPER) # include "4coder_API/4coder_keycodes.h" -# include "4coder_generated/style.h" +# include "4coder_API/4coder_style.h" # define FSTRING_IMPLEMENTATION # include "4coder_lib/4coder_string.h"