#include <j2k/etc/Games/Score.hpp>Go to the source code of this file.
Functions | |
| __inline bool | operator== (const JScore &right) |
| __inline const JScore & | operator> (const JScore &right) |
| __inline const JScore & | operator< (const JScore &right) |
|
|
Definition at line 41 of file Score.inl. 00042 {
00043 return ( score < right.score );
00044 }
|
|
|
|
|
|
Definition at line 36 of file Score.inl. 00037 {
00038 return ( score > right.score );
00039 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001