mirror of
https://github.com/ApfelTeeSaft/sm64-star-rando-hack.git
synced 2026-08-26 19:33:38 +00: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
|