Code tidy up.

This commit is contained in:
Steve 2016-04-05 10:00:17 +01:00
parent 42bda20860
commit b26a5cecd5
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ extern char *getTranslatedString(char *string);
extern int getJSONValue(cJSON *node, char *name, int defValue);
extern char **toTypeArray(char *types, int *numTypes);
extern char *getJSONValueStr(cJSON *node, char *name, char *defValue);
extern void awardTrophy(char *id);
extern App app;
extern Battle battle;