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
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.threerings.util {
|
||||
|
||||
public interface Comparable
|
||||
{
|
||||
function compareTo (other :Object) :int;
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,8 @@ package com.threerings.util {
|
||||
|
||||
import com.threerings.io.ObjectInputStream;
|
||||
import com.threerings.io.ObjectOutputStream;
|
||||
import com.threerings.io.Streamable;
|
||||
|
||||
|
||||
/**
|
||||
* TODO: stuff.
|
||||
|
||||
Reference in New Issue
Block a user