simplewindow test project

This commit is contained in:
2023-07-05 07:15:36 -06:00
parent f457e433f0
commit fd74689d2c
33 changed files with 288 additions and 0 deletions

3
test.sh Executable file
View File

@@ -0,0 +1,3 @@
#! /bin/bash
(cd simplewindow-test && lix dev kiss-flixel ../ && lix run lime test cpp -debug)