sm64pc/levels/entry.h

10 lines
118 B
C
Raw Permalink Normal View History

2019-11-03 20:36:27 +01:00
#ifndef ENTRY_H
#define ENTRY_H
#include "types.h"
// script
extern const LevelScript level_script_entry[];
#endif