mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-20 03:01:31 +00:00
14 lines
195 B
C
14 lines
195 B
C
|
#ifndef __GL_FUNCT
|
||
|
#define __GL_FUNCT
|
||
|
|
||
|
#include "v_palette.h"
|
||
|
|
||
|
class AActor;
|
||
|
|
||
|
void gl_PreprocessLevel();
|
||
|
void gl_CleanLevelData();
|
||
|
void gl_LinkLights();
|
||
|
void gl_SetActorLights(AActor *);
|
||
|
|
||
|
#endif
|