5 lines
72 B
C++
5 lines
72 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
const std::string & getResourcePath();
|