mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +03:00
FLARE_AGE constant; fix dynamic light intensity; fix release builds
This commit is contained in:
parent
f5ec4695ef
commit
5d8bb0014d
6 changed files with 18 additions and 8 deletions
|
@ -10,6 +10,10 @@
|
|||
#include <Objects/objectslist.h>
|
||||
#include <Game/newinv2.h>
|
||||
|
||||
#ifndef _DEBUG
|
||||
#include <iostream>
|
||||
#endif
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
||||
using std::unordered_map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue