Extremely basic "key jammer", mostly lifted from SDL docs.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@124 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2002-10-15 10:47:06 +00:00
parent cc22b00e17
commit b278e8b101
3 changed files with 135 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
all: keyjam.c
gcc `sdl-config --cflags` `sdl-config --libs` -o keyjam keyjam.c
clean:
rm -f keyjam