view Renderer/Engine/global_alloc.h @ 606:32a7260fad2f

32bit/64bit ABI (64 bit is not tested yet). 64bit ABI requires 64bit SDL library etc.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 07 Nov 2009 18:05:52 +0900
parents 735f76483bb2
children e201be3f6897 b7376415fa5f
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,
};

#endif