mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-02 22:51:39 +00:00
13 lines
161 B
C
13 lines
161 B
C
|
#ifndef __GL_FUNCT
|
||
|
#define __GL_FUNCT
|
||
|
|
||
|
#include "v_palette.h"
|
||
|
|
||
|
class AActor;
|
||
|
|
||
|
void gl_PreprocessLevel();
|
||
|
void gl_CleanLevelData();
|
||
|
void gl_LinkLights();
|
||
|
|
||
|
#endif
|