mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-23 12:53:09 +00:00
Move BuildDefines.h include to platform.h
This commit is contained in:
parent
5d8d3b726e
commit
966a380793
2 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,6 @@ If you have questions concerning this license or the applicable additional terms
|
|||
|
||||
// framework
|
||||
#include "../framework/BuildVersion.h"
|
||||
#include "../framework/BuildDefines.h"
|
||||
#include "../framework/Licensee.h"
|
||||
#include "../framework/CmdSystem.h"
|
||||
#include "../framework/CVarSystem.h"
|
||||
|
|
|
@ -29,6 +29,8 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#ifndef __PLATFORM__
|
||||
#define __PLATFORM__
|
||||
|
||||
#include "framework/BuildDefines.h"
|
||||
|
||||
/*
|
||||
===============================================================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue