mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- fixed missing #incöudes of version.h for GAMENAME.
This commit is contained in:
parent
a81dd798a8
commit
0a1d1db0ba
3 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#include "c_cvars.h"
|
||||
#include "cmdlib.h"
|
||||
#include "templates.h"
|
||||
#include "version.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
|
@ -20,6 +21,8 @@ void ChildSigHandler (int signum)
|
|||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
|
||||
BOOL SafeTerminateProcess(HANDLE hProcess, UINT uExitCode);
|
||||
|
||||
static char TimidityTitle[] = "TiMidity (" GAMENAME " Launched)";
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
#include "c_dispatch.h"
|
||||
#include "m_argv.h"
|
||||
#include "i_system.h"
|
||||
#include "version.h"
|
||||
|
||||
#include "i_cd.h"
|
||||
#include "helperthread.h"
|
||||
|
|
|
@ -70,6 +70,7 @@
|
|||
#include "r_defs.h"
|
||||
#include "v_text.h"
|
||||
#include "r_swrenderer.h"
|
||||
#include "version.h"
|
||||
|
||||
#include "win32iface.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue