mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 13:07:43 +00:00
Initial string fixes
This commit is contained in:
@@ -44,6 +44,7 @@ struct SGameOption {
|
||||
|
||||
/** Static registry of Option UI presentation information */
|
||||
extern const std::array<std::pair<size_t, const SGameOption*>, 5> GameOptionsRegistry;
|
||||
extern const std::array<std::pair<size_t, const SGameOption*>, 5> GameOptionsRegistryNew;
|
||||
|
||||
/** Options tracked persistently between game sessions */
|
||||
class CPersistentOptions {
|
||||
|
||||
Reference in New Issue
Block a user