mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-12-03 01:07:27 +00:00
12 lines
185 B
C
12 lines
185 B
C
#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
|