Warnings: fix a documentation warning and missing prototypes

This commit is contained in:
Sylvain Becker 2018-12-05 16:13:12 +01:00
parent 4011395e4a
commit 56c63a1dac
4 changed files with 5 additions and 4 deletions

View file

@ -49,6 +49,7 @@
#include "SDL_log.h"
#include "SDL_platform.h"
#include "SDL_thread.h"
#include "SDL_system.h"
#include "../SDL_thread_c.h"
#include "../SDL_systhread.h"
#ifdef __ANDROID__