Mercurial > hg > Game > Cerium
view Renderer/Engine/global_alloc.h @ 778:558c6c856f89 draft
merge
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 05 Mar 2010 12:51:36 +0900 |
parents | 3a97fdd53a8e |
children | 4d83a6a958fd |
line wrap: on
line source
#ifndef GLOBAL_ACCLOC_H #define GLOBAL_ACCLOC_H /*! global_alloc 用の ID should be auto genarated. */ enum global_allocate_id { GLOBAL_TEXTURE_HASH, GLOBAL_TILE_LIST, KEY_STATUS, LOAD_ID, }; #endif