We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c52d09 commit e280a0fCopy full SHA for e280a0f
src/engine/utils.h
@@ -4,7 +4,7 @@
4
5
namespace ste {
6
7
-constexpr std::string getAssetPath(const std::string &filename) {
+inline std::string getAssetPath(const std::string &filename) {
8
return std::string(ASSET_PATH) + "/" + filename;
9
}
10
0 commit comments