view ppe/task_base.h @ 54:3acdeb3dc3e8

collision use global_alloc (not work)
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Thu, 27 Jan 2011 21:05:30 +0900
parents 0440f2f19f23
children
line wrap: on
line source

#ifndef INCLUDE_TASK_BASE
#define INCLUDE_TASK_BASE

#ifndef INCLUDE_FUNC
#include "../Func.h"
#endif

#ifndef INCLUDED_SCHED_TASK
#include "SchedTask.h"
#endif

#endif