8 lines
85 B
C
8 lines
85 B
C
|
#ifndef _BUTTONS_H_
|
||
|
#define _BUTTONS_H_
|
||
|
|
||
|
void buttonsInit();
|
||
|
|
||
|
|
||
|
#endif // _BUTTONS_H_
|