mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Do some misc cleanup of output.c
This commit is contained in:
@@ -13,9 +13,11 @@
|
||||
|
||||
#include "asm/rpn.h"
|
||||
|
||||
#include "linkdefs.h"
|
||||
|
||||
struct Section {
|
||||
char *pzName;
|
||||
uint8_t nType;
|
||||
enum SectionType nType;
|
||||
uint32_t nPC;
|
||||
uint32_t nOrg;
|
||||
uint32_t nBank;
|
||||
|
||||
Reference in New Issue
Block a user