mirror of
https://github.com/n64decomp/sm64
synced 2026-07-10 14:04:50 -04:00
init2
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef _LEVEL_SCRIPT_H
|
||||
#define _LEVEL_SCRIPT_H
|
||||
|
||||
extern u8 gFrameBuffer0[];
|
||||
extern u8 gFrameBuffer1[];
|
||||
extern u8 gFrameBuffer2[];
|
||||
|
||||
struct LevelCommand *level_script_execute(struct LevelCommand *cmd);
|
||||
|
||||
extern u8 level_script_entry[];
|
||||
|
||||
#endif /* _LEVEL_SCRIPT_H */
|
||||
Reference in New Issue
Block a user