1 /* 2 * flats.h 3 * AYM 1998-nn-nn 4 */ 5 6 7 #ifndef YH_FLATS /* DO NOT INSERT ANYTHING BEFORE THIS LINE */ 8 #define YH_FLATS 9 10 11 #include "lists.h" 12 13 14 void ChooseFloorTexture (int, int, const char *, int, char **, char *); 15 void DisplayFloorTexture (hookfunc_comm_t *c); 16 void display_flat_depressed (hookfunc_comm_t *c); 17 18 19 #endif /* DO NOT ADD ANYTHING AFTER THIS LINE */ 20