10 lines
137 B
C
10 lines
137 B
C
#ifndef ENTRY_H
|
|
#define ENTRY_H
|
|
|
|
#include "types.h"
|
|
|
|
// script
|
|
extern const LevelScript* get_level_script_entry(int& out_count);
|
|
|
|
#endif
|