mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-26 14:03:01 +00:00
12 lines
185 B
C
12 lines
185 B
C
#ifndef BOB_HEADER_H
|
|
#define BOB_HEADER_H
|
|
|
|
#include "types.h"
|
|
#include "game/moving_texture.h"
|
|
|
|
extern const LevelScript level_bob_entry[];
|
|
|
|
|
|
#include "levels/bob/header.inc.h"
|
|
|
|
#endif
|