mirror of
https://github.com/sm64pc/sm64ex.git
synced 2025-01-22 15:43:04 -05: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
|