Melee Modding Library  2.0.0
A C library for modding Super Smash Bros Melee
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
Pointers to in game functions (PAL)
Pointers to in game functions (NTSC 1.02)