+ added simulation.h and vector.h struct

- removed Vec2f
This commit is contained in:
End 2016-09-14 05:22:10 +02:00
parent cecfe55ba5
commit 63dc5ae6b7
6 changed files with 111 additions and 6 deletions

View file

@ -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();
}

View file

@ -0,0 +1,2 @@
#include <include/simulation.h>