mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 05:22:07 +00:00
link: move includes to include/link/
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
This commit is contained in:
11
include/link/symbol.h
Normal file
11
include/link/symbol.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef ASMOTOR_LINK_SYMBOL_H
|
||||
#define ASMOTOR_LINK_SYMBOL_H
|
||||
|
||||
#include "link/types.h"
|
||||
|
||||
void sym_Init(void);
|
||||
void sym_CreateSymbol(char *tzName, SLONG nValue, SBYTE nBank);
|
||||
SLONG sym_GetValue(char *tzName);
|
||||
SLONG sym_GetBank(char *tzName);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user