mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 07:25:22 -04:00
m_Do / d_a_npc work
This commit is contained in:
@@ -2,5 +2,14 @@
|
||||
#define JASDVDTHREAD_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "JSystem/JAudio2/JASTaskThread.h"
|
||||
|
||||
class JASDvd {
|
||||
public:
|
||||
/* 8028FEFC */ static JASTaskThread* getThreadPointer();
|
||||
/* 8028FF04 */ void createThread(s32, int, u32);
|
||||
|
||||
static JASTaskThread* sThread;
|
||||
};
|
||||
|
||||
#endif /* JASDVDTHREAD_H */
|
||||
|
||||
Reference in New Issue
Block a user