gzdoom/src/gl/dynlights/gl_glow.h
2013-06-23 09:49:34 +02:00

10 lines
179 B
C

#ifndef __GL_GLOW
#define __GL_GLOW
struct sector_t;
void gl_InitGlow(const char * lumpnm);
int gl_CheckSpriteGlow(sector_t *sec, int lightlevel, int x, int y, int z);
#endif