mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
14 lines
212 B
C++
14 lines
212 B
C++
#ifndef JASPROBE_H
|
|
#define JASPROBE_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
namespace JASystem {
|
|
namespace Kernel {
|
|
void probeStart(s32, char*);
|
|
void probeFinish(s32);
|
|
}
|
|
}
|
|
|
|
#endif /* JASPROBE_H */
|