pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2761 - branches/pingus_sdl/src


From: jsalmon3
Subject: [Pingus-CVS] r2761 - branches/pingus_sdl/src
Date: Wed, 18 Jul 2007 17:57:08 +0200

Author: jsalmon3
Date: 2007-07-18 17:57:01 +0200 (Wed, 18 Jul 2007)
New Revision: 2761

Modified:
   branches/pingus_sdl/src/file_writer.hpp
Log:
Use Vector3f

Modified: branches/pingus_sdl/src/file_writer.hpp
===================================================================
--- branches/pingus_sdl/src/file_writer.hpp     2007-07-18 15:56:18 UTC (rev 
2760)
+++ branches/pingus_sdl/src/file_writer.hpp     2007-07-18 15:57:01 UTC (rev 
2761)
@@ -23,7 +23,7 @@
 #include <string>
 
 
-class Vector;
+class Vector3f;
 
 /** Interface to write out name/value pairs out of some kind of file or
     structure */
@@ -40,7 +40,7 @@
   virtual void write_float  (const char* name, float) =0;
   virtual void write_bool   (const char* name, bool) =0;
   virtual void write_string (const char* name, const std::string&) =0;
-  virtual void write_vector (const char* name, const Vector&) =0;
+  virtual void write_vector (const char* name, const Vector3f&) =0;
 };
 
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]