mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-03-21 17:25:33 -05:00
9 lines
103 B
C
9 lines
103 B
C
#ifndef MSL_H
|
|
#define MSL_H
|
|
|
|
// include all msl files here
|
|
|
|
#include "MSL_C/stdlib.h"
|
|
|
|
#endif // MSL_H
|