aboutsummaryrefslogtreecommitdiff
path: root/mwe/resource-manager/constants.h
blob: 5abe50656b10ff2a79279dcd3b2bfa2ed79707a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include <string>
namespace crepe {

class Constants {
public:
	using FILE_PATH = std::string;

	static const std::string PNG_EXT;
	static const std::string OGG_EXT;
};
} // namespace crepe