mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-12-02 08:47:25 +00:00
13 lines
185 B
C
13 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
|