mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 11:11:04 +00:00
- added all #includes needed to compile on Windows without using precompiled headers.
This commit is contained in:
parent
7e2431ebd8
commit
e21f899989
6 changed files with 8 additions and 0 deletions
1
source/thirdparty/src/md4.cpp
vendored
1
source/thirdparty/src/md4.cpp
vendored
|
@ -29,6 +29,7 @@ typedef unsigned char const *RPOINTER;
|
|||
typedef unsigned short UINT2;
|
||||
typedef unsigned int UINT4;
|
||||
|
||||
#include <string.h>
|
||||
#include "md4.h"
|
||||
|
||||
/* Constants for MD4Transform routine.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue