mirror of
https://github.com/zeldaret/tp
synced 2026-09-09 20:01:34 -04:00
project cleanup (#2895)
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
This commit is contained in:
@@ -14,10 +14,10 @@ struct BinaryStreamFileTable {
|
||||
*
|
||||
*/
|
||||
struct JAUStreamFileTable {
|
||||
/* 802A7420 */ JAUStreamFileTable();
|
||||
/* 802A742C */ void init(void const*);
|
||||
/* 802A7478 */ int getNumFiles() const;
|
||||
/* 802A7484 */ const char* getFilePath(int) const;
|
||||
JAUStreamFileTable();
|
||||
void init(void const*);
|
||||
int getNumFiles() const;
|
||||
const char* getFilePath(int) const;
|
||||
|
||||
bool isValid() { return mData; }
|
||||
|
||||
@@ -29,8 +29,8 @@ struct JAUStreamFileTable {
|
||||
*
|
||||
*/
|
||||
struct JAUStreamDataMgr_StreamFileTable : public JAIStreamDataMgr, JAUStreamFileTable {
|
||||
/* 802A74AC */ virtual s32 getStreamFileEntry(JAISoundID);
|
||||
/* 802A74E8 */ virtual ~JAUStreamDataMgr_StreamFileTable() {}
|
||||
virtual s32 getStreamFileEntry(JAISoundID);
|
||||
virtual ~JAUStreamDataMgr_StreamFileTable() {}
|
||||
};
|
||||
|
||||
#endif /* JAUSTREAMFILETABLE_H */
|
||||
|
||||
Reference in New Issue
Block a user