mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
9 lines
118 B
C
9 lines
118 B
C
#ifndef ENTRY_H
|
|
#define ENTRY_H
|
|
|
|
#include "types.h"
|
|
|
|
// script
|
|
extern const LevelScript level_script_entry[];
|
|
|
|
#endif
|