macross/tokenStrings.h
2016-01-23 21:50:38 -08:00

10 lines
174 B
C

#ifndef TOKEN_STRINGS_6502_H_
#define TOKEN_STRINGS_6502_H_
#include "macrossTypes.h"
char *conditionString(conditionType condition);
char *tokenString(int token);
#endif