|
@@ -4348,7 +4348,7 @@ bool WriteBool(bool);
|
|
|
bool WriteBoundingBox(const BoundingBox&);
|
|
bool WriteBoundingBox(const BoundingBox&);
|
|
|
bool WriteByte(int8);
|
|
bool WriteByte(int8);
|
|
|
bool WriteColor(const Color&);
|
|
bool WriteColor(const Color&);
|
|
|
-bool WriteDouble(float);
|
|
|
|
|
|
|
+bool WriteDouble(double);
|
|
|
bool WriteFileID(const String&);
|
|
bool WriteFileID(const String&);
|
|
|
bool WriteFloat(float);
|
|
bool WriteFloat(float);
|
|
|
bool WriteInt(int);
|
|
bool WriteInt(int);
|
|
@@ -8806,7 +8806,7 @@ bool WriteBool(bool);
|
|
|
bool WriteBoundingBox(const BoundingBox&);
|
|
bool WriteBoundingBox(const BoundingBox&);
|
|
|
bool WriteByte(int8);
|
|
bool WriteByte(int8);
|
|
|
bool WriteColor(const Color&);
|
|
bool WriteColor(const Color&);
|
|
|
-bool WriteDouble(float);
|
|
|
|
|
|
|
+bool WriteDouble(double);
|
|
|
bool WriteFileID(const String&);
|
|
bool WriteFileID(const String&);
|
|
|
bool WriteFloat(float);
|
|
bool WriteFloat(float);
|
|
|
bool WriteInt(int);
|
|
bool WriteInt(int);
|
|
@@ -11808,7 +11808,7 @@ bool WriteBool(bool);
|
|
|
bool WriteBoundingBox(const BoundingBox&);
|
|
bool WriteBoundingBox(const BoundingBox&);
|
|
|
bool WriteByte(int8);
|
|
bool WriteByte(int8);
|
|
|
bool WriteColor(const Color&);
|
|
bool WriteColor(const Color&);
|
|
|
-bool WriteDouble(float);
|
|
|
|
|
|
|
+bool WriteDouble(double);
|
|
|
bool WriteFileID(const String&);
|
|
bool WriteFileID(const String&);
|
|
|
bool WriteFloat(float);
|
|
bool WriteFloat(float);
|
|
|
bool WriteInt(int);
|
|
bool WriteInt(int);
|