view Renderer/Engine/global_alloc.h @ 725:3a97fdd53a8e draft

Light data load fix (general load routine)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 19 Dec 2009 15:02:43 +0900
parents 24054155368c
children 4d83a6a958fd
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