satdump/src-core/resources.h

9 lines
158 B
C
Raw Normal View History

2021-05-28 18:57:15 +02:00
#pragma once
#include <string>
namespace resources
{
bool resourceExists(std::string resource);
std::string getResourcePath(std::string resource);
}