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>2009-01-10 15:36:38 +0000
committerStijn Buys <ingar@osirion.org>2009-01-10 15:36:38 +0000
commit34d0dd66aa8dfe57199c5f3ac316bbcd46cdccf7 (patch)
tree6c2d02bf2b476db3cc191fe0a6e19e5477d3a055 /src/render/draw.h
parent272d229094309bc5875287a5063f818c58c5f4f8 (diff)
hud drawing code reorganization
Diffstat (limited to 'src/render/draw.h')
-rw-r--r--src/render/draw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/draw.h b/src/render/draw.h
index 89c5ea7..14ad2fa 100644
--- a/src/render/draw.h
+++ b/src/render/draw.h
@@ -16,6 +16,8 @@ namespace render
/// draw the world
void draw(float seconds);
+void draw_target(core::Entity *entity);
+
/// reset
void reset();