mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-29 08:44:15 +01:00
16 lines
224 B
C
16 lines
224 B
C
#ifndef CFG_H__
|
|
#define CFG_H__
|
|
|
|
|
|
#include "sys.h"
|
|
|
|
|
|
uint32_t cfg_get_version (void);
|
|
void cfg_update (uint32_t *args);
|
|
void cfg_query (uint32_t *args);
|
|
void cfg_init (void);
|
|
void process_cfg (void);
|
|
|
|
|
|
#endif
|