mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
MSVC build fix. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4018 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9f280bcaf2
commit
7ed85ce888
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ extern char offscreenrendering;
|
||||||
void calc_ylookup(int32_t bpl, int32_t lastyidx);
|
void calc_ylookup(int32_t bpl, int32_t lastyidx);
|
||||||
|
|
||||||
#ifdef USE_OPENGL
|
#ifdef USE_OPENGL
|
||||||
int32_t (*baselayer_osdcmd_vidmode_func)(const osdfuncparm_t *parm);
|
extern int32_t (*baselayer_osdcmd_vidmode_func)(const osdfuncparm_t *parm);
|
||||||
|
|
||||||
void fullscreen_tint_gl(uint8_t r, uint8_t g, uint8_t b, uint8_t f);
|
void fullscreen_tint_gl(uint8_t r, uint8_t g, uint8_t b, uint8_t f);
|
||||||
extern int32_t osdcmd_glinfo(const osdfuncparm_t *parm);
|
extern int32_t osdcmd_glinfo(const osdfuncparm_t *parm);
|
||||||
|
|
Loading…
Reference in a new issue