view state_task.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_STATE_TASK
#define INCLUDE_STATE_TASK

#define LIST_NUM 50
#define DATA_LENGTH 10

extern State state_list[LIST_NUM];

void initStateList();

#endif