mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-28 16:00:40 -04:00
a41939ac5a
* d_a_alldie / d_a_tboxSw / d_a_tag_gstart / d_a_tag_hstop * dolphin OS work / cleanup * dolphin GX work / cleanup * finish changing dolphin files to C * more files into C * match rest of MSL_C math functions * more dolphin files converted to C * remove asm * d_bg_w work * remove asm * d_a_alink work / kytag14
9 lines
158 B
C
9 lines
158 B
C
#ifndef UTILS_COMMON_MWTRACE_H
|
|
#define UTILS_COMMON_MWTRACE_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
void MWTRACE(u8, char*, ...);
|
|
|
|
#endif /* UTILS_COMMON_MWTRACE_H */
|