You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
7 lines
91 B
C
7 lines
91 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
// script
|
|
extern const LevelScript level_script_entry[];
|