mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-04-05 00:50:56 +00:00
Move BuildDefines.h include to platform.h
This commit is contained in:
parent
7a40472c5b
commit
8f4d16fd1b
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