7a80c5cb43
Checkpoint. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3866 542714f4-19e9-0310-aa3c-eee0fc999fb1
8 lines
110 B
ActionScript
8 lines
110 B
ActionScript
package com.threerings.util {
|
|
|
|
public interface Comparable
|
|
{
|
|
function compareTo (other :Object) :int;
|
|
}
|
|
}
|