2025-04-27 07:49:33 -04:00

11 lines
196 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