fixed sysfuncs ordering for linux
parent
9c5977dc74
commit
e3f1b57821
|
@ -122,6 +122,7 @@ internal void LinuxStringDup(String*, void*, size_t);
|
|||
|
||||
////////////////////////////////
|
||||
|
||||
global System_Functions sysfunc;
|
||||
#include "linux_4ed_libraries.cpp"
|
||||
#include "4ed_standard_libraries.cpp"
|
||||
|
||||
|
@ -192,7 +193,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;
|
||||
global App_Functions app;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue