mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-01 09:23:08 -04:00
d_a_movie_player compiles
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define D_A_MOVIE_PLAYER_H
|
||||
|
||||
#include "f_op/f_op_actor.h"
|
||||
#include "d/d_drawlist.h"
|
||||
|
||||
class daMP_c : public fopAc_ac_c {
|
||||
public:
|
||||
@@ -20,4 +21,20 @@ public:
|
||||
/* 0x294 */ u32 (*mpCallBack2)(f32);
|
||||
};
|
||||
|
||||
class daMP_Dlst_base_c : public dDlst_base_c {
|
||||
void draw();
|
||||
};
|
||||
|
||||
struct daMP_THPReadBuffer {
|
||||
|
||||
};
|
||||
|
||||
struct THPVideoInfo {
|
||||
|
||||
};
|
||||
|
||||
struct THPAudioInfo {
|
||||
|
||||
};
|
||||
|
||||
#endif /* D_A_MOVIE_PLAYER_H */
|
||||
|
||||
Reference in New Issue
Block a user