Includes overhaul, fix some compiler warnings

This commit is contained in:
erorcun 2021-01-16 16:44:59 +03:00 committed by shfil
parent 357b67e3f5
commit 5a47379bf5
42 changed files with 105 additions and 146 deletions

View file

@ -1,7 +1,6 @@
#include <csignal>
#define WITHWINDOWS
#include "common.h"
#include "crossplatform.h"
#include "Renderer.h"
#include "Credits.h"
#include "Camera.h"
@ -36,6 +35,10 @@
#include "ControllerConfig.h"
#endif
#ifdef DONT_TRUST_RECOGNIZED_JOYSTICKS
#include "crossplatform.h"
#endif
#ifndef _WIN32
#include "assert.h"
#include <stdarg.h>