From 58b50c39a7ac6e06580fb19c1ac9708ea4b4f173 Mon Sep 17 00:00:00 2001
From: Allen Webster <editor@4coder.net>
Date: Tue, 27 Nov 2018 09:59:14 -0800
Subject: [PATCH] Moved and renamed style tag list.

---
 4coder_generated/style.h => 4coder_API/4coder_style.h | 0
 4coder_API/custom.h                                   | 2 +-
 platform_linux/linux_4ed.cpp                          | 2 +-
 platform_mac/mac_4ed.cpp                              | 2 +-
 platform_win32/win32_4ed.cpp                          | 2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)
 rename 4coder_generated/style.h => 4coder_API/4coder_style.h (100%)

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"