Mercurial > hg > Game > Cerium
view Renderer/Engine/global_alloc.h @ 541:1a31b8820a4d draft
Cerium Rendering Library
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 12 Oct 2009 10:17:09 +0900 |
parents | 3bc98f6d31ff |
children | 24054155368c 18d31d18a6b2 |
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, }; #endif