We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
limits.h
1 parent 998b937 commit 4055ae3Copy full SHA for 4055ae3
libs/game/methods.c
@@ -1,6 +1,7 @@
1
2
#include "./methods.h"
3
4
+#include <limits.h>
5
#include <stdio.h>
6
7
#include "../patterns/main.h"
src/sdl/methods.c
@@ -8,6 +8,7 @@
8
#endif
9
10
#include <SDL.h>
11
12
13
14
int startGameBySDL(TGame* pGame, int maxGeneration, int delayBetweenGenerations) {
0 commit comments