pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src PingusResource.hh,1.12,1.13 Position.


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src PingusResource.hh,1.12,1.13 Position.cc,1.2,NONE Position.hh,1.9,NONE plf_datatypes.hh,1.5,NONE
Date: 11 Jun 2002 14:12:14 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv16225

Modified Files:
        PingusResource.hh 
Removed Files:
        Position.cc Position.hh plf_datatypes.hh 
Log Message:
Some small cleanup and some file removals

Index: PingusResource.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/PingusResource.hh,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- PingusResource.hh   10 Jun 2002 11:00:27 -0000      1.12
+++ PingusResource.hh   11 Jun 2002 14:12:12 -0000      1.13
@@ -39,6 +39,16 @@
   static std::map<ResDescriptor, CL_Font*> font_map;
 
 public:
+  /** This array contains possible modifications of a surface */
+  typedef enum {
+    VFLIP  = (1<<0),
+    HVLIP  = (1<<1),
+    
+    ROT90  = (1<<2),
+    ROT180 = (1<<3),
+    ROT270 = (1<<4)
+  } Modifier;
+
   ///
   PingusResource();
   

--- Position.cc DELETED ---

--- Position.hh DELETED ---

--- plf_datatypes.hh DELETED ---




reply via email to

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