Skip to content
Snippets Groups Projects
Commit 1a02c7fd authored by Hanicef's avatar Hanicef Committed by sphere
Browse files

Expose BASEVIDWIDTH and BASEVIDHEIGHT to Lua and SOC

parent a75fbd22
No related branches found
No related tags found
1 merge request!2468Expose BASEVIDWIDTH and BASEVIDHEIGHT to Lua and SOC
......@@ -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}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment