Move data into either cpp files or const arrays

This commit is contained in:
mniip
2018-05-08 07:29:18 +03:00
parent deaa17a947
commit 32aaafee94
15 changed files with 410 additions and 361 deletions

View File

@@ -1,4 +1,5 @@
static const char *introTextData =
#pragma once
const char *const introTextData =
"\blThe Powder Toy - Version " MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) " - http://powdertoy.co.uk, irc.freenode.net #powder\n"
"\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\n"
"\n"