Mercurial > hg > old > magoroku_racing
view schedule.h @ 127:f129e644ec29
fix xml
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 06 Jul 2011 21:46:37 +0900 |
parents | 31dd5c07f7c1 |
children | d9e3137e70a0 |
line wrap: on
line source
/* schedule.h */ #ifndef SCHEDULE_H #define SCHEDULE_H // game.hからここに移動 void schedule(Game *game); // car.hから。 void car_update( Game *game, CarPtr car ); #endif