mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 22:59:11 -04:00
Link library with setup and match getCurrentStageId
This commit is contained in:
+7
-7
@@ -1,8 +1,8 @@
|
||||
#include "ultra64.h"
|
||||
#include "constants.h"
|
||||
#include "commands.h"
|
||||
#include "intro.h"
|
||||
#include "props.h"
|
||||
#include "types.h"
|
||||
#include "gunscript.h"
|
||||
#ifndef _IN_SETUP_H
|
||||
#define _IN_SETUP_H
|
||||
#include <ultra64.h>
|
||||
|
||||
extern u32 levelnum;
|
||||
extern u64 rand_seed;
|
||||
|
||||
#endif
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
#include "ultra64.h"
|
||||
#include "constants.h"
|
||||
#include "commands.h"
|
||||
#include "intro.h"
|
||||
#include "props.h"
|
||||
#include "types.h"
|
||||
#include "gunscript.h"
|
||||
|
||||
Reference in New Issue
Block a user