mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 21:21:04 +00:00
10 lines
99 B
C
10 lines
99 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "c_cvars.h"
|
||
|
|
||
|
|
||
|
EXTERN_CVAR(Bool, r_dynlights)
|
||
|
EXTERN_CVAR(Bool, gl_lights)
|
||
|
|