Ogg support fixed and re-added. Squash of various commits made by Wouter Spruit.

This commit is contained in:
Thulinma 2014-12-23 13:05:41 +01:00
parent 689e1d714e
commit 4d9f4da3f1
11 changed files with 1238 additions and 465 deletions

View file

@ -43,7 +43,7 @@ namespace Utils {
return *this;
};
void append(char * input, size_t bytes);
void append(std::string input);
void append(std::string & input);
long long unsigned int size();
void skip(size_t count);
long long unsigned int get(size_t count);