view TaskManager/Test/test_render/global_alloc.h @ 397:ce86b0186a4a draft

delete manager (in kernel/ppe/TaskManager.h) don't move.
author game@henri.cr.ie.u-ryukyu.ac.jp
date Sun, 20 Sep 2009 18:55:26 +0900
parents b3fb0013e6b2
children 0e62e80fc039
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,

};

#endif