You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08: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
|