summaryrefslogtreecommitdiffhomepage
path: root/src/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.cpp')
-rw-r--r--src/object.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/object.cpp b/src/object.cpp
index cd883795..f4c803b7 100644
--- a/src/object.cpp
+++ b/src/object.cpp
@@ -361,4 +361,8 @@ bool object::is_dynamic() const
return atlas->info().fps > 0;
}
+void object::init_script(const std::shared_ptr<object>&) {}
+void object::destroy_script_pre(const std::shared_ptr<object>&, script_destroy_reason) {}
+void object::destroy_script_post() {}
+
} // namespace floormat