Mercurial > hg > Members > koba > t_dandy
view Func.h @ 52:150e832193fe
fix.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 23 Jan 2011 19:01:34 +0900 |
parents | 00c3272a801f |
children |
line wrap: on
line source
#ifndef INCLUDE_FUNC #define INCLUDE_FUNC // Task ID enum { #include "SysTasks.h" #include "RenderingTasks.h" #include "game_task.h" }; // global alloc ID enum { #include "RenderingGlobal.h" #include "global_alloc.h" #include "KeyID.h" #include "global_id.h" }; #endif