Expose BASEVIDWIDTH and BASEVIDHEIGHT to Lua and SOC

This commit is contained in:
Hanicef 2024-06-03 12:56:44 +00:00 committed by sphere
parent a75fbd229e
commit 1a02c7fd73

View file

@ -5804,6 +5804,10 @@ struct int_const_s const INT_CONST[] = {
{"MB_SCROLLUP",MB_SCROLLUP},
{"MB_SCROLLDOWN",MB_SCROLLDOWN},
// screen.h constants
{"BASEVIDWIDTH",BASEVIDWIDTH},
{"BASEVIDHEIGHT",BASEVIDHEIGHT},
{NULL,0}
};