mirror of
https://github.com/zeldaret/tmc
synced 2026-08-29 17:12:35 -04:00
add subdirs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "global.h"
|
||||
#include "entity.h"
|
||||
|
||||
extern void (*gUnk_0811423C[])(Entity*);
|
||||
|
||||
void ClothesRack(Entity* this) {
|
||||
gUnk_0811423C[this->action](this);
|
||||
}
|
||||
Reference in New Issue
Block a user