mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-31 08:51:31 -04:00
11 lines
141 B
C
11 lines
141 B
C
#ifndef DUMMYPROBE_H
|
|
#define DUMMYPROBE_H
|
|
|
|
#include "types.h"
|
|
|
|
extern "C"{
|
|
void Probe_Start(void);
|
|
void Probe_Finish(void);
|
|
}
|
|
|
|
#endif |