22 #ifndef STARK_SERVICES_GAME_CHAPTER_H 23 #define STARK_SERVICES_GAME_CHAPTER_H 25 #include "common/str.h" 26 #include "common/array.h" 41 if (chapter >= _numChapter * 10) {
44 return _chapterEntries[chapter / 10].title;
51 if (chapter >= _numChapter * 10) {
54 return _chapterEntries[chapter / 10].subtitle;
61 static const int _numChapter = 15;
74 #endif // STARK_SERVICES_GAME_CHAPTER_H
Definition: gamechapter.h:35