initial commit

This commit is contained in:
2019-02-19 21:24:56 +01:00
commit 50fa7217ab
7 changed files with 553 additions and 0 deletions

6
test/makefile Normal file
View File

@@ -0,0 +1,6 @@
test.out: test.cpp ../animatedsprite.cpp
g++ $^ -lsfml-graphics -lsfml-window -lsfml-system -o $@
.PHONY: check
check: test.out
./test.out