Move systems into subdirectory, add tree shake animation
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include "systems.h"
|
||||
#include "game_state.h"
|
||||
#include "input.h"
|
||||
#include "buildings.h"
|
||||
#include "pathfinding.h"
|
||||
#include "unit_ai.h"
|
||||
#include "unit_actions.h"
|
||||
|
||||
#include "../game_state.h"
|
||||
#include "../input.h"
|
||||
#include "../buildings.h"
|
||||
#include "../pathfinding.h"
|
||||
#include "../unit_ai.h"
|
||||
#include "../unit_actions.h"
|
||||
|
||||
#include <rlImGui.h>
|
||||
#include <raymath.h>
|
||||
|
||||
Reference in New Issue
Block a user