[Change] Some changes to documentation

This commit is contained in:
Rtch90 2012-03-11 15:28:40 +00:00
parent e2bfd4ccfe
commit 61d6b6fcef
4 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@
,allanis,saracraft.saracraft.net,11.03.2012 15:10,file:///home/allanis/.libreoffice/3;

Binary file not shown.

View File

@ -107,7 +107,7 @@ void Serialiser::RegisterMember(const string& name, int type, void* data) {
}
void Serialiser::WriteMembers(void) {
Debug::logger->message("WriteMembers()");
//Debug::logger->message("WriteMembers()");
std::stringstream sstream;

View File

@ -12,7 +12,7 @@ enum {
MEMBER_INT,
MEMBER_FLOAT,
MEMBER_BOOL,
MEMBER_STRING,
MEMBER_STRING
};
class SerialiserMember {