index
:
flappybird.git
master
FlappyBird game in C++ with SDL2
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.cpp
blob: d1d394961f80df0b965c1bb1693bda3ffd3f061a (
plain
)
1
2
3
4
5
6
7
8
#include <iostream>
#include
"graphics.hpp"
int
main
()
{
Graphics g
;
g
.
run
();
}