PaCo v1.0

This commit is contained in:
2017-02-03 13:32:13 +01:00
parent 6831f39d55
commit fa4abcbf2c
11 changed files with 279 additions and 0 deletions

View File

@@ -69,6 +69,11 @@ enum t_tokentype {
TOKEN_BORDER,
TOKEN_CLS,
TOKEN_WAIT,
TOKEN_SETMUSIC,
TOKEN_PLAYMUSIC,
TOKEN_STOPMUSIC,
TOKEN_ISMUSICPLAYING,
};
void tkn_init(const char* buffer);