shithub: rgbds

ref: 781c90b940ba24e23eb6c92eea6549f7643746fa
dir: /include/link/symbol.h/

View raw version
#ifndef RGBDS_LINK_SYMBOL_H
#define RGBDS_LINK_SYMBOL_H

#include "types.h"

void sym_Init(void);
void sym_CreateSymbol(char *tzName, SLONG nValue, SLONG nBank,
			char *tzObjFileName, char *tzFileName, ULONG nFileLine);
SLONG sym_GetValue(char *tzName);
SLONG sym_GetBank(char *tzName);

#endif