1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-06-06 17:50:29 -07:00
2022-12-06 15:27:32 -08:00

7 lines
71 B
C

#ifndef __BUTTON_H__
#define __BUTTON_H__
void button_init();
#endif