mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-03-10 11:52:18 -07:00
10 lines
118 B
C
10 lines
118 B
C
#ifndef ENTRY_H
|
|
#define ENTRY_H
|
|
|
|
#include "types.h"
|
|
|
|
// script
|
|
extern const LevelScript level_script_entry[];
|
|
|
|
#endif
|