[BACK]Return to patch-src_Game_h CVS log [TXT][DIR] Up to [local] / ports / games / glob2 / patches

Annotation of ports/games/glob2/patches/patch-src_Game_h, Revision 1.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- src/Game.h.orig    Tue May 12 15:45:50 2009
                      3: +++ src/Game.h Tue May 12 15:46:08 2009
                      4: @@ -140,7 +140,7 @@ class Game (public)
                      5:
                      6:        ///This dumps all data in text form to the given file
                      7:        void dumpAllData(const std::string& file);
                      8: -private:
                      9: +public:
                     10:        enum BarOrientation
                     11:        {
                     12:                LEFT_TO_RIGHT,

CVSweb