Distribute remaining .bss into lib

This commit is contained in:
Ryan Dwyer
2021-03-15 23:28:01 +10:00
parent d231178373
commit 79e40cdf0e
294 changed files with 2506 additions and 12900 deletions
+4 -1
View File
@@ -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;