Mercurial > hg > old > magoroku_racing
view schedule.h @ 102:31b24eaf05cc
remove .o
author | Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 02 Jun 2011 23:11:44 +0900 |
parents | c534f339ee8b |
children | 0c4b7d74e292 |
line wrap: on
line source
/* schedule.h */ #ifndef SCHEDULE_H #define SCHEDULE_H #endif // game.hからここに移動 void schedule(Game *game); // car.hから。 void car_update( Game *game, CarPtr car );