| 242 | } |
| 243 | |
| 244 | void DeleteContext(HContext context, dmScript::HContext script_context) |
| 245 | { |
| 246 | FinalizeScript(context->m_LuaState, script_context); |
| 247 | delete context; |
| 248 | } |
| 249 | |
| 250 | void GetPhysicalResolution(HContext context, uint32_t& width, uint32_t& height) |
| 251 | { |