view src/textures.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 48d4f8e3fce5
line wrap: on
line source

/*
 *        textures.h
 *        AYM 2000-04-29
 */


#ifndef YH_TEXTURES                /* DO NOT ADD ANYTHING BEFORE THIS LINE */
#define YH_TEXTURES


#include "lists.h"


/* textures.cc */
void DisplayPic(hookfunc_comm_t * c);
void ChooseWallTexture(int, int, const char *, int, char **, char *);
void GetWallTextureSize(i16 *, i16 *, const char *);


#endif