satdump/src-core/core/resources.h

9 lines
No EOL
158 B
C++

#pragma once
#include <string>
namespace resources
{
bool resourceExists(std::string resource);
std::string getResourcePath(std::string resource);
}