seminar13 - arkaniod splitted
This commit is contained in:
parent
95f02e3ce0
commit
55990889cd
9 changed files with 736 additions and 0 deletions
2
seminar09_libraries/01_balls/Makefile
Normal file
2
seminar09_libraries/01_balls/Makefile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
balls:
|
||||
g++ ./balls.cpp -std=c++11 -o balls.exe -I../../../3rdparty/SFML-2.5.1/include -L ../../../3rdparty/SFML-2.5.1/lib/ -lsfml-graphics -lsfml-window -lsfml-system
|
||||
Reference in a new issue