Mercurial > hg > old > magoroku_racing
comparison 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 |
comparison
equal
deleted
inserted
replaced
95:b0249b856488 | 96:0b65ca27f113 |
---|---|
1 #ifndef CARNODE_H | 1 #ifndef CARNODE_H |
2 #define CARNODE_H | 2 #define CARNODE_H |
3 | |
4 | 3 |
5 #include "car.h" | 4 #include "car.h" |
6 | 5 |
7 /* --- car.c --- */ | 6 /* --- car.c --- */ |
8 extern void car_destroy(CarPtr car); | 7 void car_destroy(CarPtr car); |
9 | 8 |
10 void carNode_append(CarPtr new) ; | 9 void carNode_append(CarPtr new) ; |
11 void carNode_draw(); | 10 void carNode_draw(); |
12 void carNode_destroy(); | 11 void carNode_destroy(); |
13 | 12 |