The beginnings of simple System Fusion support.

This commit is contained in:
Jonathan Naylor
2016-02-04 19:17:39 +00:00
parent 87322b631b
commit f2f2866d15
14 changed files with 391 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ public:
static unsigned int decode23127(unsigned int code);
static unsigned int decode24128(unsigned int code);
static unsigned int decode24128(unsigned char* bytes);
};
#endif