Mercurial > hg > Members > kono > Cerium
view Renderer/Engine/global_alloc.h @ 727:aaaa0baeab89
fix SgChange.cc, SgRootChange.cc
author | aaa |
---|---|
date | Sat, 19 Dec 2009 17:11:43 +0900 |
parents | 3c05b9e518ac |
children | 4455e7b0caf3 |
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