mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-08 11:38:08 +03:00
Fix more stuff
This commit is contained in:
parent
c324f70774
commit
1d0ceb0ff4
41 changed files with 427 additions and 430 deletions
|
@ -1,28 +1,17 @@
|
|||
#include "framework.h"
|
||||
#include "Renderer11.h"
|
||||
#include "input.h"
|
||||
#include "winmain.h"
|
||||
#include "level.h"
|
||||
#include "configuration.h"
|
||||
#include "draw.h"
|
||||
#include "health.h"
|
||||
#include "pickup.h"
|
||||
#ifndef NEW_INV
|
||||
#include "inventory.h"
|
||||
#endif
|
||||
#include "gameflow.h"
|
||||
#include "Lara.h"
|
||||
#include "effects\effects.h"
|
||||
#include "rope.h"
|
||||
#include "camera.h"
|
||||
#include "effects\tomb4fx.h"
|
||||
#include "Specific\trmath.h"
|
||||
#include "misc.h"
|
||||
#include "effects\footprint.h"
|
||||
#include "setup.h"
|
||||
#include "effects/tomb4fx.h"
|
||||
#include "Specific/time.h"
|
||||
#include "Specific/trmath.h"
|
||||
#include "Utils.h"
|
||||
#include "VertexBuffer/VertexBuffer.h"
|
||||
#include "RenderView/RenderView.h"
|
||||
|
||||
using std::vector;
|
||||
|
||||
namespace TEN::Renderer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue