1#ifndef ENTRY_H 2#define ENTRY_H 3 4#include "types.h" 5 6// script 7extern const LevelScript level_script_entry[]; 8 9#endif 10 11