initial commit

This commit is contained in:
2024-06-16 22:35:36 +01:00
commit 5184b36853
6 changed files with 209 additions and 0 deletions

6
misc/build.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
mkdir .\build
pushd .\build
pwd
cl -FC -Zi ..\src\main.cpp user32.lib Gdi32.lib
popd