8366c150f4
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3848 542714f4-19e9-0310-aa3c-eee0fc999fb1
8 lines
134 B
ActionScript
8 lines
134 B
ActionScript
package com.threerings.util {
|
|
|
|
public class JavaConstants
|
|
{
|
|
public static const SHORT_MAX_VALUE :int = (Math.pow(2, 15) - 1);
|
|
}
|
|
}
|