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.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/runtime.h (limited to 'src/runtime.h') diff --git a/src/runtime.h b/src/runtime.h new file mode 100644 index 0000000..a0e3a2c --- /dev/null +++ b/src/runtime.h @@ -0,0 +1,13 @@ +#ifndef RUNTIME_H_A8DA6E1E +#define RUNTIME_H_A8DA6E1E + +#include +#include + +class Runtime { +public: + + static std::string getResourcePath(std::string_view filename); +}; + +#endif /* end of include guard: RUNTIME_H_A8DA6E1E */ -- cgit 1.4.1