Allen Webster 2017-07-18 20:24:18 -04:00
commit 8f7cab3217
2 changed files with 2 additions and 2 deletions

View File

@ -121,6 +121,7 @@ internal void LinuxStringDup(String*, void*, size_t);
////////////////////////////////
global System_Functions sysfunc;
#include "linux_4ed_libraries.cpp"
#include "4ed_standard_libraries.cpp"
@ -190,7 +191,6 @@ struct Linux_Vars{
global Linux_Vars linuxvars;
global Render_Target target;
global System_Functions sysfunc;
global Application_Memory memory_vars;
global Plat_Settings plat_settings;

View File

@ -113,6 +113,7 @@ struct Win32_Coroutine{
////////////////////////////////
global System_Functions sysfunc;
#include "win32_4ed_libraries.cpp"
#include "4ed_standard_libraries.cpp"
@ -159,7 +160,6 @@ struct Win32_Vars{
global Win32_Vars win32vars;
global Render_Target target;
global System_Functions sysfunc;
global Application_Memory memory_vars;
global Plat_Settings plat_settings;