#include "QuestScripts.h" #include "GameObjectManager.h" #include "Inventory.h" #include namespace ZL { std::function createRoom1Logic() { return [](GameObjectManager& gom, size_t ms) { }; } std::function createRoom2Logic() { return [](GameObjectManager& gom, size_t ms) // Simple test logic { }; } }