mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-17 18:10:57 +00:00
13 lines
195 B
C++
13 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
|