11 lines
186 B
C
11 lines
186 B
C
// Header file for TSUNAMI
|
|
|
|
#ifndef __INCLUDE_TSUNAMI
|
|
#define __INCLUDE_TSUNAMI
|
|
|
|
#include "common.h"
|
|
#include "global.h"
|
|
#include "height.h"
|
|
#include "map.h"
|
|
|
|
#endif // __INCLUDE_TSUNAMI
|