mirror of
https://github.com/zeldaret/tp
synced 2026-09-04 02:19:40 -04:00
d_file_select, JASResArcLoader, d_a_obj_stone, d_a_obj_stone_mark (#309)
* setup TU * JASResArcLoader OK * d_a_obj_stoneMark work * some funcs in d_a_obj_stoneMark * many changes * quat, d_a_obj_stone, d_a_alink, fix python script, tidy makefile * d_file_select functions + pr cleanup
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "dolphin/os/OS.h"
|
||||
#include "dolphin/mtx/quat.h"
|
||||
|
||||
struct JKRAramArchive;
|
||||
u32 dLib_getExpandSizeFromAramArchive(JKRAramArchive* arc, char const* resName);
|
||||
@@ -81,4 +82,6 @@ struct dLib_time_c {
|
||||
static bool m_timeStopped;
|
||||
};
|
||||
|
||||
extern Quaternion ZeroQuat;
|
||||
|
||||
#endif /* D_D_LIB_H */
|
||||
|
||||
Reference in New Issue
Block a user