Final push for the early morning, tired.

This commit is contained in:
EGAMatsu 2024-06-03 02:09:14 -05:00
parent 27b22e8765
commit a7ae678420
2 changed files with 2 additions and 2 deletions

View File

@ -304,7 +304,7 @@ cc_result Socket_CheckWritable(cc_socket s, cc_bool* writable) {
/*########################################################################################################################* /*########################################################################################################################*
*-----------------------------------------------------Process/Module------------------------------------------------------* *-----------------------------------------------------Process/Module------------------------------------------------------*
*#########################################################################################################################*/ *#########################################################################################################################*/
cc_bool Process_OpenSupported = false; cc_bool Process_OpenSupported = true;
static cc_result Process_RawStart(const char* path, char** argv) { static cc_result Process_RawStart(const char* path, char** argv) {
// TODO // TODO

View File

@ -64,7 +64,7 @@ static void DoCreateWindow(int width, int height) {
} }
void Window_Create2D(int width, int height) { launcherMode=true; DoCreateWindow(width, height); } void Window_Create2D(int width, int height) { launcherMode=true; DoCreateWindow(width, height); }
void Window_Create3D(int width, int height) { launcherMode=false; /*DoCreateWindow(width, height);*/ } void Window_Create3D(int width, int height) { launcherMode=false; DoCreateWindow(width, height); }
void Window_SetTitle(const cc_string* title) { void Window_SetTitle(const cc_string* title) {
// TODO // TODO