Graphics reorg done.
This commit is contained in:
parent
86a9f815c1
commit
f460add0af
15 changed files with 12 additions and 13 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#include "events.hpp"
|
||||
#include "constants.hpp"
|
||||
#include "gui/event_router.hpp"
|
||||
#include "camera.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
|
||||
void craft_weapon() {
|
||||
auto world = GameDB::current_world();
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include "constants.hpp"
|
||||
#include "gui/backend.hpp"
|
||||
#include "gui/event_router.hpp"
|
||||
#include "camera.hpp"
|
||||
#include "graphics/camera.hpp"
|
||||
#include "storyboard/ui.hpp"
|
||||
|
||||
int main(int, char*[]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue