From a07d588c94f68cdc559ceb016c031c9199f0b868 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 20 Mar 2022 11:52:09 -0400 Subject: we can now build a mac bundle! --- src/runtime_test.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/runtime_test.cpp (limited to 'src/runtime_test.cpp') diff --git a/src/runtime_test.cpp b/src/runtime_test.cpp new file mode 100644 index 0000000..b4a6d34 --- /dev/null +++ b/src/runtime_test.cpp @@ -0,0 +1,5 @@ +#include "runtime.h" + +std::string Runtime::getResourcePath(std::string_view name) { + return std::string("../res/") + std::string(name); +} -- cgit 1.4.1