animation and lights moved to graphics
This commit is contained in:
parent
229ad2dd95
commit
86a9f815c1
30 changed files with 36 additions and 36 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include "algos/rand.hpp"
|
||||
#include "algos/spatialmap.hpp"
|
||||
#include "dbc.hpp"
|
||||
#include "lights.hpp"
|
||||
#include "graphics/lights.hpp"
|
||||
#include "events.hpp"
|
||||
#include "sound.hpp"
|
||||
#include "ai/ai.hpp"
|
||||
|
|
@ -14,11 +14,11 @@
|
|||
#include "rituals.hpp"
|
||||
#include "combat/battle.hpp"
|
||||
#include <iostream>
|
||||
#include "shaders.hpp"
|
||||
#include "graphics/shaders.hpp"
|
||||
#include "inventory.hpp"
|
||||
#include "game_level.hpp"
|
||||
#include "events.hpp"
|
||||
#include "animation.hpp"
|
||||
#include "graphics/animation.hpp"
|
||||
|
||||
using std::string;
|
||||
using namespace fmt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue