move round helper to round module

This commit is contained in:
Thibault Duplessis 2013-06-02 23:35:21 +02:00
parent 1b78efd1ce
commit 4b1a0677ed
3 changed files with 4 additions and 5 deletions

View file

@ -21,7 +21,7 @@ object Environment
with SetupHelper
with SettingHelper
with MessageHelper
with RoundHelper
with lila.round.RoundHelper
with AiHelper
with GameHelper
with UserHelper

View file

@ -101,8 +101,8 @@ final class Env(
def version(gameId: String): Fu[Int] =
socketHub ? Ask(gameId, GetVersion) mapTo manifest[Int]
def animationDelay = AnimationDelay
def moretimeSeconds = Moretime.toSeconds
private[round] def animationDelay = AnimationDelay
private[round] def moretimeSeconds = Moretime.toSeconds
{
import scala.concurrent.duration._

View file

@ -1,5 +1,4 @@
package lila.app
package templating
package lila.round
import lila.user.Context
import lila.game.Pov