enigma-cvs
[Top][All Lists]
Advanced

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

[Enigma-cvs] enigma/src options.hh,1.20,1.20.2.1


From: Daniel Heck <address@hidden>
Subject: [Enigma-cvs] enigma/src options.hh,1.20,1.20.2.1
Date: Sat, 11 Oct 2003 12:39:56 +0000

Update of /cvsroot/enigma/enigma/src
In directory subversions:/tmp/cvs-serv25183/src

Modified Files:
      Tag: enigma0_80_rc
        options.hh 
Log Message:
Include <ctime>


Index: options.hh
===================================================================
RCS file: /cvsroot/enigma/enigma/src/options.hh,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -C2 -d -r1.20 -r1.20.2.1
*** options.hh  30 Jun 2003 12:30:46 -0000      1.20
--- options.hh  11 Oct 2003 12:39:54 -0000      1.20.2.1
***************
*** 19,22 ****
--- 19,23 ----
  #define OPTIONS_HH
  
+ #include <ctime>
  #include <string>
  
***************
*** 59,63 ****
  
      struct LevelStatus {
!         LevelStatus(int easy=-1, int hard=-1, int fin=0, time_t solv = 0);
          bool operator != (const LevelStatus& other) const;
  
--- 60,64 ----
  
      struct LevelStatus {
!         LevelStatus(int easy=-1, int hard=-1, int fin=0, std::time_t solv = 
0);
          bool operator != (const LevelStatus& other) const;
  
***************
*** 66,70 ****
          int  finished;          // User completed this level?
                                  // 0 = no,1=easy,2=hard,3=easy&hard
!         time_t solved_at; // date when level was solved last time
      };
  
--- 67,71 ----
          int  finished;          // User completed this level?
                                  // 0 = no,1=easy,2=hard,3=easy&hard
!         std::time_t solved_at; // date when level was solved last time
      };
  





reply via email to

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