1
0
mirror of https://github.com/sm64pc/sm64pc.git synced 2025-04-12 00:05:59 +02:00
2019-11-03 14:36:27 -05:00

10 lines
118 B
C

#ifndef ENTRY_H
#define ENTRY_H
#include "types.h"
// script
extern const LevelScript level_script_entry[];
#endif