mirror of
https://github.com/peterantypas/maiana.git
synced 2025-06-06 17:50:29 -07:00
7 lines
71 B
C
7 lines
71 B
C
#ifndef __BUTTON_H__
|
|
#define __BUTTON_H__
|
|
|
|
void button_init();
|
|
|
|
#endif
|