aboutsummaryrefslogtreecommitdiff
path: root/mwe/resource-manager/constants.cpp
blob: 524aae8982163f37e4a08e18b772e84f6d0bc581 (plain)
1
2
3
4
5
6
7
8
#include "constants.h"
#include <string>

namespace crepe {

const std::string Constants::PNG_EXT = ".png";
const std::string Constants::OGG_EXT = ".ogg";
} // namespace crepe