10 lines
202 B
C++
10 lines
202 B
C++
|
#pragma once
|
||
|
|
||
|
#include "tinyengine/tinyengine.hpp"
|
||
|
#include "game/component.hpp"
|
||
|
#include "game/global.hpp"
|
||
|
#include "game/action.hpp"
|
||
|
|
||
|
void FreightShipAI(Entity* self);
|
||
|
void FightShipAI(Entity* self);
|