Add missing includes

See #17
This commit is contained in:
Alexander Batalov 2022-05-30 00:29:05 +03:00
parent 3571db7f40
commit c7397826cc
8 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include "window_manager_private.h"
#include <limits.h>
#include <string.h>
#include <SDL.h>
#include <SDL_syswm.h>

View File

@ -42,6 +42,7 @@
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <algorithm>

View File

@ -31,7 +31,9 @@
#include "word_wrap.h"
#include "world_map.h"
#include <ctype.h>
#include <limits.h>
#include <string.h>
#define MAIN_MENU_WINDOW_WIDTH 640
#define MAIN_MENU_WINDOW_HEIGHT 480

View File

@ -34,6 +34,7 @@
#include "world_map.h"
#include <stdio.h>
#include <string.h>
// 0x50B058
char byte_50B058[] = "";

View File

@ -27,6 +27,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
// 0x50D6B8

View File

@ -9,6 +9,7 @@
#include <math.h>
#include <mmsystem.h>
#include <stdlib.h>
#include <string.h>
#include <algorithm>

View File

@ -12,6 +12,7 @@
#include "window_manager_private.h"
#include <SDL.h>
#include <string.h>
#include <algorithm>

View File

@ -35,6 +35,7 @@
#include "window_manager.h"
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
#include <string.h>