Files
narya/src/as/com/threerings/util/JavaConstants.as
T
Ray Greenwell 8366c150f4 Progress on the presents client.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3848 542714f4-19e9-0310-aa3c-eee0fc999fb1
2006-02-13 22:07:50 +00:00

8 lines
134 B
ActionScript

package com.threerings.util {
public class JavaConstants
{
public static const SHORT_MAX_VALUE :int = (Math.pow(2, 15) - 1);
}
}