Reorganize includes tier 3

This commit is contained in:
Lwmte 2021-12-24 03:32:19 +03:00
parent 52c1faca85
commit 8f4ba68f30
177 changed files with 778 additions and 698 deletions

View file

@ -1,13 +1,14 @@
#include "framework.h"
#include "Game/spotcam.h"
#include "Game/animation.h"
#include "Game/camera.h"
#include "Game/control/control.h"
#include "Game/animation.h"
#include "Game/control/volume.h"
#include "Game/effects/tomb4fx.h"
#include "Game/items.h"
#include "Game/Lara/lara.h"
#include "Specific/input.h"
#include "Game/control/volume.h"
#include "Game/items.h"
using namespace TEN::Renderer;
using namespace TEN::Control::Volumes;