Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/SGList.h @ 208:3187972796da draft
fix
author | gongo@gendarme.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 30 Jan 2009 09:57:12 +0900 |
parents | |
children |
line wrap: on
line source
#ifndef INCLUDED_SGLIST #define INCLUDED_SGLIST /* ../xml_file/Ball.xml */ #define Ball 0 /* ../xml_file/LongCube.xml */ #define LongCube 1 /* ../xml_file/cube.xml */ #define Cube 2 /* ../xml_file/cube_big.xml */ #define Cube 3 /* ../xml_file/cube_split.xml */ #define Plane 4 #define CUBE 5 /* ../xml_file/ieboss.xml */ #define IEBOSS 6 /* ../xml_file/iejiki.xml */ #define IEJIKI 7 /* ../xml_file/ietama.xml */ #define IETAMA 8 /* ../xml_file/panel_1024.xml */ #define PANEL_1024 9 /* ../xml_file/panel_2048.xml */ #define PANEL_2048 10 /* ../xml_file/panel_512.xml */ #define PANEL_512 11 /* ../xml_file/sphere.xml */ #define Sphere 12 /* ../xml_file/sphere_big.xml */ #define Sphere 13 /* ../xml_file/universe.xml */ #define Earth 14 #define Moon 15 /* Number of Scene */ #define SGLIST_LENGTH 16 /* Scene Table */ extern const char *sglist_table[SGLIST_LENGTH]; #endif