usbloadergx/source/svnrev.c
giantpune 4515becd30 pimped out the wad uninstall function with spinners and dvd players and big speakers.
made wad/dol filter for the socket receiving stuff.
2009-07-28 11:04:15 +00:00

8 lines
69 B
C

#define SVN_REV "661M"
const char *GetRev()
{
return SVN_REV;
}