view Renderer/Engine/global_alloc.h @ 760:24a37fe8419a

first of all commit, not work Rendering/Test/create_task
author hiroki
date Thu, 04 Feb 2010 14:46:09 +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