satdump/src-core/resources.h
2021-05-28 18:57:15 +02:00

9 lines
No EOL
158 B
C++

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