Shared Memory updates

This commit is contained in:
Thulinma 2014-04-04 02:08:05 +02:00
parent 330b9f871d
commit 0e5d838a20
24 changed files with 2420 additions and 612 deletions

View file

@ -7,6 +7,7 @@ namespace theora{
class header{
public:
header();
header(char* newData, unsigned int length);
bool read(char* newData, unsigned int length);
int getHeaderType();
char getVMAJ();