mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
implemented more image related functions
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@59 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -41,6 +41,9 @@ class Age {
|
||||
/// Compare two ages, smaller means earlier
|
||||
inline bool operator < (Age a) const { return age < a.age; }
|
||||
|
||||
/// A number corresponding to the age
|
||||
inline LONG get() const { return age; }
|
||||
|
||||
private:
|
||||
/// This age
|
||||
LONG age;
|
||||
|
||||
Reference in New Issue
Block a user