/[enigma]/enigma/lib-src/oxydlib/Level.h
ViewVC logotype

Diff of /enigma/lib-src/oxydlib/Level.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dheck, Sun Jan 19 17:17:24 2003 UTC revision 1.2 by dheck, Thu Jan 23 22:32:48 2003 UTC
# Line 127  public: Line 127  public:
127    void setSecondEndPiece(unsigned int x, unsigned int y);    void setSecondEndPiece(unsigned int x, unsigned int y);
128    
129    bool operator == (const RubberBand &other) const;    bool operator == (const RubberBand &other) const;
130      bool operator != (const RubberBand &other) const;
131    
132  private:  private:
133    int m_naturalLength;    int m_naturalLength;
# Line 192  public: Line 193  public:
193    
194    bool operator < (const Oscillator &other) const;    bool operator < (const Oscillator &other) const;
195    bool operator == (const Oscillator &other) const;    bool operator == (const Oscillator &other) const;
196      bool operator != (const Oscillator &other) const;
197    
198  private:  private:
199    unsigned int m_x;    unsigned int m_x;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26