Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/draw.h')
-rw-r--r--src/render/draw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/draw.h b/src/render/draw.h
index 4b59b63..d1c7998 100644
--- a/src/render/draw.h
+++ b/src/render/draw.h
@@ -24,6 +24,9 @@ void draw_target(const core::Entity *entity);
/// draws entity slots
void draw_slots(const core::Entity *entity);
+/// draw entity direction indicators
+void draw_inidicators(const core::EntityControlable *entity);
+
/// reset
void reset();