Implemented MatFX.

This commit is contained in:
Angelo Papenhoff
2015-01-09 20:17:32 +01:00
parent e373b47041
commit e1bb20c800
8 changed files with 481 additions and 34 deletions

View File

@@ -14,6 +14,7 @@ namespace Rw {
int Version = 0x36003;
int Build = 0xFFFF;
char *DebugFile = NULL;
int32
Stream::writeI8(int8 val)