comparison carNode.h @ 91:cb6c6de125dc

halfway
author Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp>
date Thu, 26 May 2011 14:44:03 +0900
parents
children 0b65ca27f113
comparison
equal deleted inserted replaced
90:8edae89a3877 91:cb6c6de125dc
1 #ifndef CARNODE_H
2 #define CARNODE_H
3
4
5 #include "car.h"
6
7 /* --- car.c --- */
8 extern void car_destroy(CarPtr car);
9
10 void carNode_append(CarPtr new) ;
11 void carNode_draw();
12 void carNode_destroy();
13
14 #endif