Mercurial > hg > Members > kono > Cerium
view Renderer/Engine/global_alloc.h @ 762:10a8a80c2ea7
add lights
author | yutaka@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Sat, 06 Feb 2010 03:02:48 +0900 |
parents | b7376415fa5f |
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