mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-12-01 16:27:27 +00:00
12 lines
181 B
C
12 lines
181 B
C
#ifndef WF_HEADER_H
|
|
#define WF_HEADER_H
|
|
|
|
#include "types.h"
|
|
#include "game/moving_texture.h"
|
|
|
|
extern const LevelScript level_wf_entry[];
|
|
|
|
|
|
#include "levels/wf/header.inc.h"
|
|
|
|
#endif
|