mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 11:49:24 +00:00
8 lines
242 B
C
8 lines
242 B
C
|
/* Copyright (C) 2021 Elliptic Ellipsis */
|
||
|
/* SPDX-License-Identifier: AGPL-3.0-only */
|
||
|
#include <stdio.h>
|
||
|
|
||
|
void Fairy_PrintSymbolTable(FILE* inputFile);
|
||
|
void Fairy_PrintRelocs(FILE* inputFile);
|
||
|
void Fairy_PrintSectionTable(FILE* inputFile);
|