mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 11:14:05 -05:00
9 lines
105 B
C
9 lines
105 B
C
#ifndef MSL_H
|
|
#define MSL_H
|
|
|
|
//include all msl files here
|
|
|
|
#include "MSL_Common_arith.h"
|
|
|
|
#endif //MSL_H
|