gzdoom/src/gl/dynlights/gl_glow.h

11 lines
179 B
C
Raw Normal View History

#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