view schedule.h @ 114:3ffda5b493c2

add flip in gSprite.cc
author Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp>
date Wed, 15 Jun 2011 23:22:25 +0900
parents 165b4d902ca4
children 31dd5c07f7c1
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