mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 07:07:35 -04:00
Distribute remaining .bss into lib
This commit is contained in:
+4
-1
@@ -1,9 +1,12 @@
|
||||
#ifndef _IN_DATA_H
|
||||
#define _IN_DATA_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "constants.h"
|
||||
#include "types.h"
|
||||
|
||||
#define bool s32
|
||||
#define ubool u32
|
||||
|
||||
extern u8 *g_StackStartAddrs[7];
|
||||
extern u8 *g_StackEndAddrs[7];
|
||||
extern u8 *g_StackAllocatedPos;
|
||||
|
||||
Reference in New Issue
Block a user