12 lines
No EOL
224 B
C
12 lines
No EOL
224 B
C
#ifndef _COMMON_H_
|
|
#define _COMMON_H_
|
|
|
|
#include "types.h"
|
|
#include "common_structs.h"
|
|
#include "common_enums.h"
|
|
#include "functions.h"
|
|
#include "variables.h"
|
|
#include "dolphin/mtx/GeoTypes.h"
|
|
#include "dolphin/mtx.h"
|
|
|
|
#endif |