7 lines
78 B
C
7 lines
78 B
C
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
void print_debug_menu();
|
|
|
|
#endif // !DEBUG_H
|