view state_task.h @ 47:f5e112bffe26

fix old version.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Tue, 18 Jan 2011 19:35:58 +0900
parents 427e1aac0bd7
children 150e832193fe
line wrap: on
line source

#ifndef INCLUDE_STATE_TASK
#define INCLUDE_STATE_TASK

#define LIST_NUM 50
#define DATA_LENGTH 10

extern State state_list[LIST_NUM];

void initStateList();

#endif