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