+ added simulation.h and vector.h struct
- removed Vec2f
This commit is contained in:
parent
cecfe55ba5
commit
63dc5ae6b7
6 changed files with 111 additions and 6 deletions
|
|
@ -31,7 +31,7 @@ public:
|
|||
|
||||
int main(int argc, const char *argv[]) {
|
||||
MainWindow window(500, 500);
|
||||
window.setmaxfps(60);
|
||||
window.set_maxfps(60.0);
|
||||
window.loop();
|
||||
window.stop();
|
||||
}
|
||||
|
|
|
|||
2
KKK/game/src/simulation.cpp
Normal file
2
KKK/game/src/simulation.cpp
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#include <include/simulation.h>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue