Mercurial > hg > Members > kono > Cerium
view Renderer/Engine/global_alloc.h @ 712:4661eaa48b77
merge
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 16 Dec 2009 09:39:24 +0900 |
parents | e201be3f6897 |
children | 3c05b9e518ac |
line wrap: on
line source
#ifndef GLOBAL_ACCLOC_H #define GLOBAL_ACCLOC_H /*! global_alloc 用の ID should be auto genarated. */ enum global_allocate_id { TEXTURE_ID, GLOBAL_TEXTURE_HASH, GLOBAL_TILE_LIST, KEY_STATUS, LOAD_ID, }; #endif