add SDL2 sources

This commit is contained in:
nillerusr
2020-10-22 20:10:03 +03:00
parent e47e510aa5
commit 5b4d578a0d
1328 changed files with 550543 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
find . -type f \( -name '*.user' -o -name '*.sdf' -o -name '*.ncb' -o -name '*.suo' \) -print -delete
find . -type f \( -name '*.bmp' -o -name '*.wav' -o -name '*.dat' \) -print -delete
find . -depth -type d \( -name Win32 -o -name x64 \) -exec rm -rv {} \;