mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-06 19:01:06 +03:00
Fixed std namespace collisions
Refactored ChunkID/ChunkReader/Writer
This commit is contained in:
parent
820a3700b0
commit
b635f4df13
47 changed files with 589 additions and 498 deletions
|
@ -18,6 +18,7 @@
|
|||
#include "explosion.h"
|
||||
using namespace T5M::Renderer;
|
||||
using namespace T5M::Effects::Footprints;
|
||||
using std::vector;
|
||||
extern BLOOD_STRUCT Blood[MAX_SPARKS_BLOOD];
|
||||
extern FIRE_SPARKS FireSparks[MAX_SPARKS_FIRE];
|
||||
extern SMOKE_SPARKS SmokeSparks[MAX_SPARKS_SMOKE];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue