Mercurial > hg > old > magoroku_racing
view schedule.h @ 99:c534f339ee8b
change c++
author | e085768 |
---|---|
date | Thu, 02 Jun 2011 17:51:41 +0900 |
parents | 0b65ca27f113 |
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 );