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