Shipwright/soh/soh/Enhancements/debugger/debugger.h

13 lines
129 B
C
Raw Normal View History

2022-04-03 15:47:24 -04:00
#pragma once
2022-04-30 21:31:11 -04:00
#ifdef __cplusplus
extern "C" {
#endif
2022-04-03 15:47:24 -04:00
void Debug_Init(void);
2022-04-30 21:31:11 -04:00
void Debug_Draw(void);
#ifdef __cplusplus
}
#endif