2021-09-26 11:34:20 -07:00
|
|
|
#ifndef SCRIPTS_H
|
|
|
|
|
#define SCRIPTS_H
|
2019-11-03 14:36:27 -05:00
|
|
|
|
|
|
|
|
#include "types.h"
|
2021-08-19 11:05:42 +01:00
|
|
|
#include "game/puppycam2.h"
|
2019-11-03 14:36:27 -05:00
|
|
|
|
|
|
|
|
// 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[];
|
2021-09-26 11:34:20 -07:00
|
|
|
|
2025-01-30 09:58:46 +08:00
|
|
|
extern const LevelScript script_func_vo_bob[];
|
|
|
|
|
extern const LevelScript script_func_vo_wf[];
|
|
|
|
|
extern const LevelScript script_func_vo_jrb[];
|
|
|
|
|
extern const LevelScript script_func_vo_ccm[];
|
|
|
|
|
extern const LevelScript script_func_vo_bbh[];
|
|
|
|
|
extern const LevelScript script_func_vo_hmc[];
|
|
|
|
|
extern const LevelScript script_func_vo_lll[];
|
|
|
|
|
extern const LevelScript script_func_vo_ssl[];
|
|
|
|
|
extern const LevelScript script_func_vo_ddd[];
|
|
|
|
|
extern const LevelScript script_func_vo_sl[];
|
|
|
|
|
extern const LevelScript script_func_vo_wdw[];
|
|
|
|
|
extern const LevelScript script_func_vo_ttm[];
|
|
|
|
|
extern const LevelScript script_func_vo_thi[];
|
|
|
|
|
extern const LevelScript script_func_vo_ttc[];
|
|
|
|
|
extern const LevelScript script_func_vo_rr[];
|
|
|
|
|
extern const LevelScript script_func_vo_bitdw[];
|
|
|
|
|
extern const LevelScript script_func_vo_bitfs[];
|
|
|
|
|
extern const LevelScript script_func_vo_bits[];
|
|
|
|
|
extern const LevelScript script_func_vo_vcutm[];
|
|
|
|
|
extern const LevelScript script_func_vo_castle_inside[];
|
|
|
|
|
extern const LevelScript script_func_vo_castle_grounds[];
|
|
|
|
|
|
2021-09-26 11:34:20 -07:00
|
|
|
#endif
|