mirror of
https://github.com/zeldaret/st
synced 2026-09-03 18:03:52 -04:00
Decompile MapObjectProfile (#52)
* delink mapobj profile * match base mapobjectprofile classes * match other sections (+ accidental mapobject ctor match)
This commit is contained in:
@@ -51,4 +51,11 @@
|
||||
#define ALIGN_NEXT(X, N) ALIGN_PREV(((X) + (N) - 1), N)
|
||||
#define ALIGN(X, N) ((X + N) & ~N)
|
||||
|
||||
#define VTABLE_PAD(name) \
|
||||
class _VTABLE_PAD_##name { \
|
||||
public: \
|
||||
virtual void dummy(); \
|
||||
}; \
|
||||
void _VTABLE_PAD_##name::dummy() {}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user