mirror of
https://github.com/zeldaret/st
synced 2026-06-28 19:00:54 -04:00
Improve or match actor static initializers (#44)
* use the new DECL_PROFILE macro to match static initializers * forgot to keep the mode macro * same thing with mapobjects * create profile.hpp * update delink and symbols for eur * update delink and symbols for jp * ninja format * fix some stuff 1 * fix jp build
This commit is contained in:
@@ -3,11 +3,7 @@
|
||||
#include "MapObject/MapObjectUnkITFL.hpp"
|
||||
#include "System/SysNew.hpp"
|
||||
|
||||
static MapObjectProfileUnkITFL sMapObjectProfileUnkITFL;
|
||||
|
||||
ARM MapObjectProfileUnkITFL *MapObjectProfileUnkITFL::GetProfile() {
|
||||
return &sMapObjectProfileUnkITFL;
|
||||
}
|
||||
ARM DECL_PROFILE(MapObjectProfileUnkITFL);
|
||||
|
||||
ARM MapObject *MapObjectProfileUnkITFL::Create() {
|
||||
return new(HeapIndex_2) MapObjectUnkITFL();
|
||||
|
||||
Reference in New Issue
Block a user