view Renderer/Engine/global_alloc.h @ 678:e201be3f6897

add Load light info for some spe
author yutaka@henri.cr.ie.u-ryukyu.ac.jp
date Sun, 06 Dec 2009 07:40:26 +0900
parents 735f76483bb2
children 3c05b9e518ac
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,
  LOAD_ID,

};

#endif