7 changed files with 81 additions and 13 deletions
@ -0,0 +1,29 @@
|
||||
#include "DiabloUI/support_lines.h" |
||||
|
||||
namespace dvl { |
||||
|
||||
const char *const SUPPORT_LINES[] = { |
||||
"", |
||||
"GOG.com maintains a web site at https://www.gog.com/forum/diablo", |
||||
"Follow the links to visit the discussion boards associated with Diablo.", |
||||
"and the Hellfire expansion.", |
||||
"", |
||||
"DevilutionX is maintained by Diasurgical, issues and bugs can be reported", |
||||
"at this address: https://github.com/diasurgical/devilutionX", |
||||
"To help us better serve you, please be sure to include the version number,", |
||||
"operating system, and the nature of the problem.", |
||||
"", |
||||
"", |
||||
"Disclaimer:", |
||||
" DevilutionX is not supported or maintained by Blizzard Entertainment,", |
||||
" nor GOG.com. Neither Blizzard Entertainment or GOG.com has not tested or", |
||||
" certified the quality or compatibility of DevilutionX. All inquiries", |
||||
" regarding DevilutionX should be directed to Diasurgical, not to Blizzard", |
||||
" Entertainment or GOG.com.", |
||||
"", |
||||
"", |
||||
}; |
||||
|
||||
const std::size_t SUPPORT_LINES_SIZE = sizeof(SUPPORT_LINES) / sizeof(SUPPORT_LINES[0]); |
||||
|
||||
} // namespace dvl
|
||||
Loading…
Reference in new issue