mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-02 03:40:15 -04:00
JASProbe
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef JASPROBE_H
|
||||
#define JASPROBE_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
namespace JASystem {
|
||||
namespace Kernel {
|
||||
void probeStart(s32, char*);
|
||||
void probeFinish(s32);
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* JASPROBE_H */
|
||||
Reference in New Issue
Block a user