VAPOR3 3.9.4
ResourcePath.h
Go to the documentation of this file.
1#pragma once
2
3#include "vapor/MyBase.h"
4#include <string>
5
6namespace Wasp {
7COMMON_API std::string GetResourcePath(const std::string &name);
8COMMON_API std::string GetSharePath(const std::string &name);
9
13
17
23
26COMMON_API void RegisterResourceFinder(std::string (*cb)(const std::string &));
27}; // namespace Wasp
#define COMMON_API
Definition: common.h:72
Definition: CFuncs.h:31
COMMON_API void RegisterResourceFinder(std::string(*cb)(const std::string &))
COMMON_API std::string GetPythonVersion()
COMMON_API std::string GetSharePath(const std::string &name)
COMMON_API std::string GetPythonPath()
COMMON_API std::string GetPythonDir()
COMMON_API std::string GetResourcePath(const std::string &name)