view Func.h @ 0:4be1ca60a49b default tip

first commit.
author tkaito
date Sat, 05 Feb 2011 02:13:58 +0900
parents
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