Melee Modding Library
2.0.0
A C library for modding Super Smash Bros Melee
Main Page
Modules
Data Structures
Files
Examples
File List
Globals
src
native_functions.h
Go to the documentation of this file.
1
6
#ifndef MML_NATIVE_FUNCTIONS_H
7
#define MML_NATIVE_FUNCTIONS_H
8
9
#ifdef PAL
10
11
#include "
native_functions_PAL.h
"
12
13
#else
14
15
#include "
native_functions_102.h
"
16
17
#endif
18
19
#endif
native_functions_PAL.h
Pointers to in game functions (PAL)
native_functions_102.h
Pointers to in game functions (NTSC 1.02)
Generated by
1.8.11