mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-16 07:10:53 +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
|