|
Game of Ur 0.3.3
This is a computer adaptation of Game of Ur, written in C++ mainly using SDL and OpenGL.
|
Contains the class definition for the aspect responsible for loading and displaying tutorial content. More...
Go to the source code of this file.
Classes | |
| struct | TutorialContent |
| The data associated with a single tutorial page. More... | |
| class | UrUITutorialsBrowser |
| The aspect class responsible for loading, listing, and displaying the tutorial pages written for this game. More... | |
Functions | |
| void | from_json (const nlohmann::json &json, TutorialContent &tutorialContent) |
| void | to_json (nlohmann::json &json, const TutorialContent &tutorialContent) |
Contains the class definition for the aspect responsible for loading and displaying tutorial content.