Merge branch 'main' into unique-ptrs

This commit is contained in:
jadebenn
2024-12-17 23:58:05 -06:00
committed by GitHub
91 changed files with 1891 additions and 181 deletions

View File

@@ -354,7 +354,7 @@ namespace CppScripts {
* @param player the player to remove
* @param canceled if it was done via the cancel button
*/
virtual void OnRequestActivityExit(Entity* sender, LWOOBJID player, bool canceled){};
virtual void OnRequestActivityExit(Entity* sender, LWOOBJID player, bool canceled) {};
};
Script& GetScript(Entity* parent, const std::string& scriptName);