mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-29 01:30:49 +00:00
Includes overhaul, fix some compiler warnings
This commit is contained in:
parent
357b67e3f5
commit
5a47379bf5
42 changed files with 105 additions and 146 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue