Let our functions escape the bondage of integers and vary freely with time.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@364 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Par Winzell
2007-12-04 19:22:21 +00:00
parent 0ed263a6ee
commit 9f3092e63a
3 changed files with 8 additions and 8 deletions
@@ -26,7 +26,7 @@ package com.threerings.flash.path {
*/
public /*abstract*/ class InterpFunc
{
public /*abstract*/ function getValue (complete :Number) :int
public /*abstract*/ function getValue (complete :Number) :Number
{
throw new Error("abstract");
}