mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 15:42:42 -04:00
ebd329b188
i previously had a bad habit of using double underscores in include guard macro names, which are implementation-reserved per the C++98 standard (see 17.4.3.1.2 Global names). Co-authored-by: Pheenoh <pheenoh@gmail.com>
8 lines
104 B
C
8 lines
104 B
C
#ifndef VI_H_
|
|
#define VI_H_
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
typedef void (*VIRetraceCallback)(u32);
|
|
|
|
#endif |