From 48aa068b036f565d6b94d4207242066ba655afe4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Feb 2008 17:48:16 +0000 Subject: entities, step 1 --- src/client/draw.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/client/draw.h (limited to 'src/client/draw.h') diff --git a/src/client/draw.h b/src/client/draw.h new file mode 100644 index 0000000..d019216 --- /dev/null +++ b/src/client/draw.h @@ -0,0 +1,21 @@ +/* + draw.cc + This file is part of the Osirion project and is distributed under + the terms and conditions of the GNU General Public License version 2 +*/ + +#include "game/game.h" + +namespace client +{ + +/// draw a star +void draw_star(game::Star *star, float elapsed); + +/// draw a ship +void draw_ship(game::Ship *ship, float elapsed); + +/// draw the world +void draw_world(float elapsed); + +} -- cgit v1.2.3