mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 22:10:59 -04:00
More inlines
Also update dtk-template
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
static void dump_long(dRes_info_c*, int);
|
||||
static void dump(dRes_info_c*, int);
|
||||
|
||||
void* getRes(u32 resIdx) { return *(mRes + resIdx); }
|
||||
void* getRes(s32 i_index) { return mRes[i_index]; }
|
||||
int getResNum() { return mpArchive->countFile(); }
|
||||
int getCount() { return mCount; }
|
||||
char* getArchiveName() { return mArchiveName; }
|
||||
@@ -32,6 +32,10 @@ public:
|
||||
return --mCount;
|
||||
}
|
||||
|
||||
// Debug only
|
||||
u64 dump(char*, dRes_info_c*, int) {}
|
||||
u64 getSize() {}
|
||||
|
||||
private:
|
||||
/* 0x00 */ char mArchiveName[14];
|
||||
/* 0x0E */ u16 mCount;
|
||||
|
||||
Reference in New Issue
Block a user