index
:
gamedev-sfml
master
Some gamedev works using SFML
Ekaitz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
blob: 65b7d5b7cb239255b99ccb64602df3068af4a45d (
plain
)
1
2
3
4
5
6
7
#include "app.h" int main (int argc, char* argv[]){ App app; app.run(); return 0; }