view 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 source

#ifndef CARNODE_H
#define CARNODE_H

#include "car.h"

/* --- car.c --- */
void car_destroy(CarPtr car);

void carNode_append(CarPtr new) ;
void carNode_draw();
void carNode_destroy();

#endif