Progress on the presents client.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3848 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-02-13 22:07:50 +00:00
parent ad7e4f6be6
commit 8366c150f4
7 changed files with 220 additions and 2 deletions
@@ -0,0 +1,7 @@
package com.threerings.util {
public class JavaConstants
{
public static const SHORT_MAX_VALUE :int = (Math.pow(2, 15) - 1);
}
}