Mercurial > hg > Members > koba > t_dandy
view state_task.h @ 67:21ac9f57a6d4
Mac OS X 64bit
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 21 May 2011 16:27:41 +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