view schedule.h @ 106:0c4b7d74e292

add Magoroku.cc & .h (Dandy.cc & .h)
author Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp>
date Wed, 08 Jun 2011 13:16:25 +0900
parents c534f339ee8b
children 165b4d902ca4
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