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