libcod
gsc_car.hpp
Go to the documentation of this file.
1 #ifndef _GSC_CAR_HPP_
2 #define _GSC_CAR_HPP_
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 /* default stuff */
9 #include <stdio.h>
10 #include <stdlib.h>
11 #include <string.h>
12 
13 /* gsc functions */
14 #include "gsc.hpp"
15 
16 #if COMPILE_CAR == 1
17 int gsc_car_new();
18 int gsc_car_update();
19 #endif
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif