sm64coopdx/mods/arena/levels/jrb/header.h

13 lines
185 B
C
Raw Normal View History

2022-05-26 02:46:54 +02:00
#ifndef JRB_HEADER_H
#define JRB_HEADER_H
#include "types.h"
#include "game/moving_texture.h"
extern const LevelScript level_jrb_entry[];
#include "levels/jrb/header.inc.h"
#endif