Files
2021-10-24 16:19:03 +02:00

7 lines
129 B
Plaintext

namespace cmkr {
namespace resources {
static const char* @RESOURCE_NAME@ = R"RESOURCE(@RESOURCE_CONTENTS@)RESOURCE";
}
}