From 3705064b109580103a3d13f44693503da9927281 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 12 Jun 2008 12:09:34 +0000 Subject: renamed .h to .hpp in game because they are c++ headers --- src/game/client/gc_map_image.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/game/client/gc_map_image.hpp (limited to 'src/game/client/gc_map_image.hpp') diff --git a/src/game/client/gc_map_image.hpp b/src/game/client/gc_map_image.hpp new file mode 100644 index 00000000..d73f43d3 --- /dev/null +++ b/src/game/client/gc_map_image.hpp @@ -0,0 +1,10 @@ +/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ + +// loads images from the map to textures +int img_init(); + +// returns the number of images in the map +int img_num(); + +// fetches the texture id for the image +int img_get(int index); -- cgit 1.4.1