From af39f2e08b0503db723ae707a5c7278d8c85f812 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 1 Oct 2019 20:50:28 -0400 Subject: Audio component loading, getting ready to play --- src/script.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/script.cpp') diff --git a/src/script.cpp b/src/script.cpp index 6cda627..20011b4 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -75,6 +75,7 @@ void ScriptSystem::doFile(void) /******************** * SCRIPT PARSING * ********************/ +#include #include #include #include @@ -127,6 +128,10 @@ void ScriptSystem::scriptExport(void) sol::constructors(), "standing", &Physics::standing); + lua.new_usertype