mirror of
https://github.com/n64decomp/sm64.git
synced 2024-11-15 22:05:03 -05:00
10 lines
118 B
C
10 lines
118 B
C
|
#ifndef ENTRY_H
|
||
|
#define ENTRY_H
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
// script
|
||
|
extern const LevelScript level_script_entry[];
|
||
|
|
||
|
#endif
|