Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-04-22 19:51:45 +0000
committerStijn Buys <ingar@osirion.org>2012-04-22 19:51:45 +0000
commit4762531e81fc694008c2a3d2b3818d8972916ca5 (patch)
treea9ac7bdcf1418951d5a7552092cd8aedeb8a47c8 /src/render/draw.h
parent130682a299e202c4a02521c05ab11054fc0ba6b3 (diff)
Draw weapon slot placeholder boxes.
Diffstat (limited to 'src/render/draw.h')
-rw-r--r--src/render/draw.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/draw.h b/src/render/draw.h
index f814168..a477d35 100644
--- a/src/render/draw.h
+++ b/src/render/draw.h
@@ -21,8 +21,12 @@ void pass_reset_lights();
/// draw the world
void draw(float seconds);
+/// draws model docks, used when targetting an entity
void draw_target(const core::Entity *entity);
+/// draws entity weapon slots
+void draw_slots(const core::Entity *entity);
+
/// reset
void reset();