mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
7fd7d0c1f3
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
16 lines
184 B
C
16 lines
184 B
C
#ifndef DSP_DEBUG_H
|
|
#define DSP_DEBUG_H
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void __DSP_debug_printf(const char* fmt, ...);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* DSP_DEBUG_H */
|