Fixed SDL platform layer to be separate from Windows platform layer

This commit is contained in:
Michael Smith
2019-01-15 16:29:26 +01:00
parent 5b572c214c
commit 4ff1d8b7ff
4 changed files with 5 additions and 5 deletions

2
run.sh
View File

@@ -1,4 +1,4 @@
#!/bin/sh
pushd build
./platform
./sdl_platform
popd