mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
Fix function prototypes after merge
This commit is contained in:
@@ -96,12 +96,12 @@ typedef struct {
|
||||
CanvasFontParameters* font_params[FontTotalNumber];
|
||||
} AssetPacks;
|
||||
|
||||
void momentum_settings_load();
|
||||
void momentum_settings_save();
|
||||
void momentum_settings_load(void);
|
||||
void momentum_settings_save(void);
|
||||
extern MomentumSettings momentum_settings;
|
||||
|
||||
void asset_packs_init();
|
||||
void asset_packs_free();
|
||||
void asset_packs_init(void);
|
||||
void asset_packs_free(void);
|
||||
extern AssetPacks asset_packs;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user