put good headers into mac_4ed.cpp

master
Allen Webster 2017-06-30 17:36:55 -04:00
parent 745902214d
commit 31c7b29a24
1 changed files with 25 additions and 0 deletions

View File

@ -14,6 +14,31 @@
#include "4tech_defines.h"
#include "4coder_API/version.h"
#include "4coder_lib/4coder_utf8.h"
#if defined(FRED_SUPER)
# include "4coder_API/keycodes.h"
# include "4coder_API/style.h"
# define FSTRING_IMPLEMENTATION
# define FSTRING_C
# include "4coder_lib/4coder_string.h"
# include "4coder_lib/4coder_mem.h"
# include "4coder_API/types.h"
# include "4ed_os_custom_api.h"
#else
# include "4coder_default_bindings.cpp"
#endif
#include "4ed_math.h"
#include "4ed_system.h"
#include "4ed_log.h"
#include "4ed_rendering.h"
#include "4ed.h"
#include "unix_4ed_functions.cpp"
#include "osx_objective_c_to_cpp_links.h"