mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-09 15:28:21 -04:00
Final push for the early morning, tired.
This commit is contained in:
parent
27b22e8765
commit
a7ae678420
@ -304,7 +304,7 @@ cc_result Socket_CheckWritable(cc_socket s, cc_bool* writable) {
|
||||
/*########################################################################################################################*
|
||||
*-----------------------------------------------------Process/Module------------------------------------------------------*
|
||||
*#########################################################################################################################*/
|
||||
cc_bool Process_OpenSupported = false;
|
||||
cc_bool Process_OpenSupported = true;
|
||||
|
||||
static cc_result Process_RawStart(const char* path, char** argv) {
|
||||
// TODO
|
||||
|
@ -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_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) {
|
||||
// TODO
|
||||
|
Loading…
x
Reference in New Issue
Block a user