Files
narya/src/as/com/threerings/util/Comparable.as
T
Ray Greenwell 7a80c5cb43 Got compiling working under Linux, now correcting various errors.
Checkpoint.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3866 542714f4-19e9-0310-aa3c-eee0fc999fb1
2006-02-20 02:38:56 +00:00

8 lines
110 B
ActionScript

package com.threerings.util {
public interface Comparable
{
function compareTo (other :Object) :int;
}
}