Mercurial > hg > Members > kono > Cerium
view Renderer/Engine/global_alloc.h @ 784:d5065fef0f6d
merge
author | yutaka@localhost.localdomain |
---|---|
date | Tue, 20 Apr 2010 15:40:07 +0900 |
parents | 4455e7b0caf3 |
children | f2497e0ecd7c |
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