sm64pc/levels/scripts.h

28 lines
1020 B
C
Raw Normal View History

2019-11-03 19:36:27 +00:00
#ifndef SCRIPTS_H
#define SCRIPTS_H
#include "types.h"
// scripts
extern const LevelScript level_main_scripts_entry[];
extern const LevelScript script_func_global_1[];
extern const LevelScript script_func_global_2[];
extern const LevelScript script_func_global_3[];
extern const LevelScript script_func_global_4[];
extern const LevelScript script_func_global_5[];
extern const LevelScript script_func_global_6[];
extern const LevelScript script_func_global_7[];
extern const LevelScript script_func_global_8[];
extern const LevelScript script_func_global_9[];
extern const LevelScript script_func_global_10[];
extern const LevelScript script_func_global_11[];
extern const LevelScript script_func_global_12[];
extern const LevelScript script_func_global_13[];
extern const LevelScript script_func_global_14[];
extern const LevelScript script_func_global_15[];
extern const LevelScript script_func_global_16[];
extern const LevelScript script_func_global_17[];
extern const LevelScript script_func_global_18[];
#endif