summaryrefslogtreecommitdiff
path: root/include/JSystem/JAudio2/JASDvdThread.h
blob: 0e05c452d934d52d7276b1454beabeb954211368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef JASDVDTHREAD_H
#define JASDVDTHREAD_H

#include "JSystem/JAudio2/JASTaskThread.h"
#include "dolphin/types.h"

class JASDvd {
public:
    /* 8028FEFC */ static JASTaskThread* getThreadPointer();
    /* 8028FF04 */ void createThread(s32, int, u32);

    static JASTaskThread* sThread;
};

#endif /* JASDVDTHREAD_H */