mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-03 09:23:19 +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
|