API endpoints: Create and retrieve grid/gridpoint objects

This commit is contained in:
John McCardle 2023-03-03 23:57:42 -05:00
commit b3f946ecb2
4 changed files with 76 additions and 3 deletions

View file

@ -20,6 +20,7 @@ GameEngine::GameEngine()
McRFPy_API::api_init();
McRFPy_API::executePyString("import mcrfpy");
McRFPy_API::executePyString("from UIMenu import *");
McRFPy_API::executePyString("from Grid import *");
IndexSprite::game = this;
}