mzm/include/init_helpers.h
y.demaisonregne adc7e01fcd More cleanup
2023-07-11 16:27:10 +02:00

9 lines
155 B
C

#ifndef INIT_HELPERS_H
#define INIT_HELPERS_H
void ClearGfxRam(void);
void LoadInterruptCode(void);
void ResetFreeOam(void);
#endif /* INIT_HELPERS_H */