New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
ActorResLoader.h
Go to the documentation of this file.
1#pragma once
2
3#include <heap/seadHeap.h>
4
6{
7public:
8 // Address: 0x0200A738
9 static void load(s32 prof_res_type, sead::Heap* heap);
10 // Address: 0x0200A930
11 static void unload(s32 prof_res_type);
12};
Definition ActorResLoader.h:6
static void unload(s32 prof_res_type)
static void load(s32 prof_res_type, sead::Heap *heap)