added im2d example

This commit is contained in:
aap
2021-03-09 23:52:11 +01:00
parent 70d222deeb
commit 136101bf10
10 changed files with 1169 additions and 0 deletions

View File

@@ -225,6 +225,14 @@ project "camera"
removeplatforms { "*null" }
removeplatforms { "ps2" }
project "im2d"
kind "WindowedApp"
characterset ("MBCS")
skeltool("im2d")
flags { "WinMain" }
removeplatforms { "*null" }
removeplatforms { "ps2" }
project "ska2anm"
kind "ConsoleApp"
characterset ("MBCS")