mirror of
https://github.com/aap/librw.git
synced 2025-12-20 17:39:49 +00:00
implemented userdata plugin
This commit is contained in:
@@ -153,6 +153,9 @@ keypress(GLFWwindow *window, int key, int scancode, int action, int mods)
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
args.argc = argc;
|
||||
args.argv = argv;
|
||||
|
||||
EventHandler(INITIALIZE, nil);
|
||||
|
||||
engineStartParams.width = sk::globals.width;
|
||||
|
||||
Reference in New Issue
Block a user