view Func.h @ 66:f27a6af6514c

SchedRegister, game_task.h etc...
author tkaito
date Thu, 17 Feb 2011 10:56:56 +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