Mercurial > hg > old > magoroku_racing
diff carNode.h @ 96:0b65ca27f113
compile on Mac OS X 2
author | Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 02 Jun 2011 14:56:11 +0900 |
parents | cb6c6de125dc |
children | e5f2eb98b575 |
line wrap: on
line diff
--- a/carNode.h Thu May 26 18:13:40 2011 +0900 +++ b/carNode.h Thu Jun 02 14:56:11 2011 +0900 @@ -1,11 +1,10 @@ #ifndef CARNODE_H #define CARNODE_H - #include "car.h" /* --- car.c --- */ -extern void car_destroy(CarPtr car); +void car_destroy(CarPtr car); void carNode_append(CarPtr new) ; void carNode_draw();