view src/flats.h @ 33:a68786b9c74b

Oops, used indent with tabs enabled. Remove tabs.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 15:59:33 +0300
parents 8eaf72e2041b
children
line wrap: on
line source

/*
 *        flats.h
 *        AYM 1998-nn-nn
 */


#ifndef YH_FLATS                /* DO NOT INSERT ANYTHING BEFORE THIS LINE */
#define YH_FLATS


#include "lists.h"


void ChooseFloorTexture(int, int, const char *, int, char **, char *);
void DisplayFloorTexture(hookfunc_comm_t * c);
void display_flat_depressed(hookfunc_comm_t * c);


#endif /* DO NOT ADD ANYTHING AFTER THIS LINE */