Mercurial > hg > old > magoroku_racing
view carNode.h @ 134:42337585fb7c
fix merge
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 22 Jul 2011 18:32:39 +0900 |
parents | e5f2eb98b575 |
children |
line wrap: on
line source
#ifndef CARNODE_H #define CARNODE_H #include "car.h" /* --- car.c --- */ void car_destroy(CarPtr car); void carNode_append(CarPtr newCar) ; void carNode_draw(); void carNode_destroy(); #endif