Files
HackerSM64/levels/scripts.h
2021-10-25 20:54:33 -07:00

29 lines
1.1 KiB
C

#ifndef SCRIPTS_H
#define SCRIPTS_H
#include "types.h"
#include "game/puppycam2.h"
// scripts
extern const LevelScript level_main_scripts_entry[];
extern const LevelScript script_func_global_common0[];
extern const LevelScript script_func_global_group1[];
extern const LevelScript script_func_global_group2[];
extern const LevelScript script_func_global_group3[];
extern const LevelScript script_func_global_group4[];
extern const LevelScript script_func_global_group5[];
extern const LevelScript script_func_global_group6[];
extern const LevelScript script_func_global_group7[];
extern const LevelScript script_func_global_group8[];
extern const LevelScript script_func_global_group9[];
extern const LevelScript script_func_global_group10[];
extern const LevelScript script_func_global_group11[];
extern const LevelScript script_func_global_group12[];
extern const LevelScript script_func_global_group13[];
extern const LevelScript script_func_global_group14[];
extern const LevelScript script_func_global_group15[];
extern const LevelScript script_func_global_group16[];
extern const LevelScript script_func_global_group17[];
#endif