mirror of
https://github.com/zeldaret/tmc
synced 2026-05-27 08:09:06 -04:00
9 lines
154 B
C
9 lines
154 B
C
#ifndef CUTSCENEMISCOBJECT_H
|
|
#define CUTSCENEMISCOBJECT_H
|
|
|
|
#include "global.h"
|
|
|
|
extern void sub_08095C48(struct Entity_*);
|
|
|
|
#endif //CUTSCENEMISCOBJECT_H
|