begin reveng add-ons for lua

This commit is contained in:
marshmellow42 2015-06-08 12:25:50 -04:00
commit 7e59994713
3 changed files with 116 additions and 24 deletions

View file

@ -12,4 +12,6 @@
#define CMDCRC_H__
int CmdCrc(const char *Cmd);
int CmdrevengTest(const char *Cmd);
int GetModels(char *Models[], int *count, uint32_t *width);
#endif