view Func.h @ 61:e66cab264350

RenderingEngine Task is worked on spe, task_dandy Task is worked on ppe
author yutaka@localhost.localdomain
date Sun, 06 Feb 2011 18:11:30 +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