mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Move include in m_misc.h where it belongs
This commit is contained in:
parent
10f846d56e
commit
758480a7ea
1 changed files with 1 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "d_event.h" // Screenshot responder
|
||||
#include "command.h"
|
||||
#include "w_wad.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
|
|
@ -164,7 +165,6 @@ const char * M_Ftrim (double);
|
|||
// counting bits, for weapon ammo code, usually
|
||||
FUNCMATH UINT8 M_CountBits(UINT32 num, UINT8 size);
|
||||
|
||||
#include "w_wad.h"
|
||||
extern char configfile[MAX_WADPATH];
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue