reveng add api RunModel

This commit is contained in:
marshmellow42 2015-06-08 21:22:18 -04:00
commit 37f4270a24
3 changed files with 137 additions and 1 deletions

View file

@ -13,5 +13,7 @@
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);
#endif