view Renderer/Engine/global_alloc.h @ 748:b7376415fa5f

TaskManager changeset 683, Renderer changeset 746
author hiroki
date Mon, 25 Jan 2010 18:01:19 +0900
parents 735f76483bb2
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