mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 05:19:43 +00:00
13 lines
192 B
C
13 lines
192 B
C
#pragma once
|
|
|
|
#ifndef CINEMA_H
|
|
#define CINEMA_H
|
|
|
|
#include "export.h"
|
|
|
|
EXPORT void Cinema_Run(u32);
|
|
EXPORT void Cinema_ComicBookRun(u32);
|
|
EXPORT u8 Cinema_ComicBookStill(const char *);
|
|
|
|
#endif
|