mirror of
https://github.com/zeldaret/st
synced 2026-07-11 07:15:33 -04:00
Misc Stuff 5 (#63)
* name item 31 to 34 * name item 25 to 29 * decompile PassengerManager (95%) * started cargo manager * local attribute * passenger/cargo manager ov001 functions * name item manager functions * fix build issues & more docs on 027e0cd8 * format
This commit is contained in:
@@ -44,9 +44,9 @@ extern void __rethrow(void);
|
||||
extern char __throw_catch_compare(const u8 *throwtype, const u8 *catchtype, s32 *offset_result);
|
||||
|
||||
#define DTORARG_TYPE short
|
||||
#define DTORARG_PARTIAL (0) // destroy non-virtual bases
|
||||
#define DTORARG_PARTIAL (0) // destroy non-virtual bases
|
||||
#define DTORARG_COMPLETE (-1) // destroy all bases
|
||||
#define DTORARG_DELETE (1) // destroy all bases and delete object
|
||||
#define DTORARG_DELETE (1) // destroy all bases and delete object
|
||||
|
||||
#define DTORCALL_COMPLETE(dtor, objptr) (((void (*)(void *, DTORARG_TYPE)) dtor)(objptr, DTORARG_COMPLETE))
|
||||
#define DTORCALL_PARTIAL(dtor, objptr) (((void (*)(void *, DTORARG_TYPE)) dtor)(objptr, DTORARG_PARTIAL))
|
||||
|
||||
Reference in New Issue
Block a user