summary refs log tree commit diff stats
path: root/src/runtime_test.cpp
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-03-20 11:52:09 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2022-03-20 11:52:09 -0400
commita07d588c94f68cdc559ceb016c031c9199f0b868 (patch)
tree839b078d07f3c727bcce8f3ce340c2639e306143 /src/runtime_test.cpp
parent9458529e94ec3135a5a6fa0fbaf7e0ce1459168b (diff)
downloadether-a07d588c94f68cdc559ceb016c031c9199f0b868.tar.gz
ether-a07d588c94f68cdc559ceb016c031c9199f0b868.tar.bz2
ether-a07d588c94f68cdc559ceb016c031c9199f0b868.zip
we can now build a mac bundle!
Diffstat (limited to 'src/runtime_test.cpp')
-rw-r--r--src/runtime_test.cpp5
1 files changed, 5 insertions, 0 deletions
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 @@
1#include "runtime.h"
2
3std::string Runtime::getResourcePath(std::string_view name) {
4 return std::string("../res/") + std::string(name);
5}