mirror of
https://github.com/yoboujon/yoyo_card.git
synced 2025-06-08 16:10:48 +02:00
7 lines
No EOL
126 B
C
7 lines
No EOL
126 B
C
#ifndef _YOYO_CARD_DEBUG
|
|
#define _YOYO_CARD_DEBUG
|
|
|
|
void debug_window(void);
|
|
void open_window(void);
|
|
|
|
#endif //_YOYO_CARD_DEBUG
|