seminar13 - arkaniod splitted

This commit is contained in:
nihonium 2023-01-04 13:46:41 +03:00
parent 95f02e3ce0
commit 55990889cd
Signed by: nihonium
GPG key ID: 0251623741027CFC
9 changed files with 736 additions and 0 deletions

View file

@ -0,0 +1,3 @@
path = ../../../../3rdparty/SFML-2.5.1
arkanoid:
g++ -Wall -Wextra arkanoid.cpp -std=c++17 -o arkanoid.exe -I $(path)/include -L $(path)/lib/ -lsfml-graphics -lsfml-window -lsfml-system