reveng RunModel - add endian switches

This commit is contained in:
marshmellow42 2015-06-08 23:14:11 -04:00
commit 7a23fca13a
2 changed files with 40 additions and 5 deletions

View file

@ -15,5 +15,5 @@ int CmdCrc(const char *Cmd);
int CmdrevengTest(const char *Cmd);
int CmdrevengTestC(const char *Cmd);
int GetModels(char *Models[], int *count, uint32_t *width);
int RunModel(char *inModel, char *inHexStr, bool reverse, char *result);
int RunModel(char *inModel, char *inHexStr, bool reverse, char endian, char *result);
#endif