mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-27 14:42:17 +00:00
Expose BASEVIDWIDTH and BASEVIDHEIGHT to Lua and SOC
This commit is contained in:
parent
a75fbd229e
commit
1a02c7fd73
1 changed files with 4 additions and 0 deletions
|
@ -5804,6 +5804,10 @@ struct int_const_s const INT_CONST[] = {
|
||||||
{"MB_SCROLLUP",MB_SCROLLUP},
|
{"MB_SCROLLUP",MB_SCROLLUP},
|
||||||
{"MB_SCROLLDOWN",MB_SCROLLDOWN},
|
{"MB_SCROLLDOWN",MB_SCROLLDOWN},
|
||||||
|
|
||||||
|
// screen.h constants
|
||||||
|
{"BASEVIDWIDTH",BASEVIDWIDTH},
|
||||||
|
{"BASEVIDHEIGHT",BASEVIDHEIGHT},
|
||||||
|
|
||||||
{NULL,0}
|
{NULL,0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue