mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-24 14:51:46 -05:00
13 lines
129 B
C
13 lines
129 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void Debug_Init(void);
|
|
void Debug_Draw(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|