blob: d35dcfef6370af4ad607180f110784d5954ef7c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifndef M_VIDEO_H
#define M_VIDEO_H
#include "egg/core/eggVideo.h"
namespace mVideo {
// 0x80065590
void create();
extern EGG::Video *m_video;
extern f32 l_fbAspect;
} // namespace mVideo
#endif
|