Difference between revisions of "Modules/game/state"
From MSX Game Library
m (Aoineko moved page Modules/game/game to Modules/game/main) |
|||
Line 1: | Line 1: | ||
{{MODULE | {{MODULE | ||
− | |name=game/ | + | |name=game/main |
|category=Gameplay | |category=Gameplay | ||
|image=raw.githubusercontent.com/aoineko-fr/MSXgl/main/engine/doc/img/sample_game.png | |image=raw.githubusercontent.com/aoineko-fr/MSXgl/main/engine/doc/img/sample_game.png |
Revision as of 00:09, 23 September 2025
game/main
Usage
To use this module, include "game/main.h" in your source code, and add "game/main" to the modules list (LibModules) in your project's configuration file (project_config.js).
Samples
See module use cases in the sample programs:
Settings
Dependencies
Dependency on other modules:
Documentation