Skip to content
Snippets Groups Projects
Commit 339bd348 authored by KosmX's avatar KosmX
Browse files

...

parent dce2c1b3
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,9 @@
//include guard
#include "structs.h"
struct Vec2i getWindowSize();
struct Vec2i getWindowSize(void);
void initMultiplatform(void);
void unisleep(int milisec);
......
......@@ -308,6 +308,8 @@ int core(int argc, char const *argv[])
FILE *f;
Matrix map;
initMultiplatform(); // init stuff.
int tickspeed = 100, repeatMap = 0; // if no config, default value
//----load config----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment