mirror of
https://github.com/Museum-of-Art-and-Digital-Entertainment/macross.git
synced 2024-11-22 11:32:10 +00:00
10 lines
174 B
C
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
|