mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +03:00
New project format (#206)
* Starting Reformat the project
- New Import Method, no more "../../" in import,
- New Entity Folder Structure, less compile time
* Refactoring the Project
- added precompiled header with default import like microsoft or directx.
- fix many double import.
- fix math.h confliting math.h from
microsoft.
- fix effects.h confliting Effects.h from DirectX.
- refactored TR4 entity folder and how it's loaded.
* Update Some Code Before Switching to Master
* Finished the NewProjectFormat Template
- need to finish entity in the master later.
* Added Monty NewFileFormat
* Fixed Monty NewFileFormat Include
* Revert "Fixed Monty NewFileFormat Include"
This reverts commit ebf0afca10
.
* Trying to fix conflits for NewFileFormat
* Fixed .filters
* Last Commit in NewProjectFormat
This commit is contained in:
parent
df1f4b8a97
commit
29f0724693
275 changed files with 5574 additions and 5608 deletions
|
@ -1,12 +1,13 @@
|
|||
#include "framework.h"
|
||||
#include "GameLogicScript.h"
|
||||
#include "..\Game\items.h"
|
||||
#include "..\Game\box.h"
|
||||
#include "..\Game\lara.h"
|
||||
#include "../Game/savegame.h"
|
||||
#include "..\Game\lot.h"
|
||||
#include "..\Game\sound.h"
|
||||
#include "../Specific/setup.h"
|
||||
#include "../Specific/level.h"
|
||||
#include "items.h"
|
||||
#include "box.h"
|
||||
#include "lara.h"
|
||||
#include "savegame.h"
|
||||
#include "lot.h"
|
||||
#include "sound.h"
|
||||
#include "setup.h"
|
||||
#include "level.h"
|
||||
|
||||
extern GameFlow* g_GameFlow;
|
||||
GameScript* g_GameScript;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue