Initial Commit

This commit is contained in:
2026-02-02 19:03:41 -06:00
commit ddd7f10079
6 changed files with 164 additions and 0 deletions

1
src/linux_ci2.c Normal file
View File

@@ -0,0 +1 @@
#include "../include/ci2.h"

9
src/win32_ci2.cpp Normal file
View 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;
}