From 457cdf24489c20f0f9b9b9877bf9e875aa643f91 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 8 Apr 2024 11:16:28 +0200 Subject: wip --- test/script.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/script.cpp (limited to 'test/script.cpp') diff --git a/test/script.cpp b/test/script.cpp new file mode 100644 index 00000000..45ce9b1d --- /dev/null +++ b/test/script.cpp @@ -0,0 +1,20 @@ +#include "app.hpp" + +namespace floormat { + +namespace { + +void test_script1() +{ + +} + +} // namespace + +void test_app::test_script() +{ + test_script1(); +} + + +} // namespace floormat -- cgit v1.2.3