mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-11 18:46:44 -05:00
10 lines
115 B
C
10 lines
115 B
C
#ifndef MSL_H
|
|
#define MSL_H
|
|
|
|
//include all msl files here
|
|
|
|
#include "stdlib.h"
|
|
#include "string.h"
|
|
|
|
#endif //MSL_H
|