view src/textures.h @ 117:0612954ba99c default tip

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Oct 2014 16:36:48 +0300
parents f05330267c66
children
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(int16_t *, int16_t *, const char *);

bool InvalidTextureName(const char *);
bool ValidTextureName(const char *);

#endif