NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
eggScreen.hpp
1
#pragma once
2
3
#include <types.h>
4
5
namespace
EGG {
6
7
class
Screen
{
8
public
:
9
char
pad[0x100];
10
11
static
void
Initialize(
const
unsigned
short
*,
const
unsigned
short
*,
Screen
*);
12
static
void
SetTVModeDefault();
13
void
CopyFromAnother(
const
Screen
&);
14
};
15
16
}
// namespace EGG
EGG::Screen
Definition
eggScreen.hpp:7
include
lib
egg
gx
eggScreen.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2