From df61a28d708c30e3e77d1f739dfb4561c042c89c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 6 Mar 2008 22:59:40 +0000 Subject: moved render::Model to core::Model --- src/render/draw.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/render/draw.h') diff --git a/src/render/draw.h b/src/render/draw.h index b6b7b31..f27818b 100644 --- a/src/render/draw.h +++ b/src/render/draw.h @@ -1,13 +1,19 @@ /* - draw.cc + render/draw.h This file is part of the Osirion project and is distributed under - the terms and conditions of the GNU General Public License version 2 + the terms of the GNU General Public License version 2 */ -namespace client +#ifndef __INCLUDED_RENDER_DRAW_H__ +#define __INCLUDED_RENDER_DRAW_H__ + +namespace render { /// draw the world -void draw_world(float elapsed); +void draw(math::Vector3f const &target, float seconds); } + +#endif // __INCLUDED_RENDER_DRAW_H__ + -- cgit v1.2.3