Initial Commit
This commit is contained in:
1
src/linux_ci2.c
Normal file
1
src/linux_ci2.c
Normal file
@@ -0,0 +1 @@
|
||||
#include "../include/ci2.h"
|
||||
9
src/win32_ci2.cpp
Normal file
9
src/win32_ci2.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <windows.h>
|
||||
|
||||
int CALLBACK WinMain( HINSTANCE hInstance,
|
||||
HINSTANCE hPrevInstance, // Legacy
|
||||
PWSTR pCmdLine, // Command Line
|
||||
int nCmdShow ) // Window Size
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user