Testing out JmonkeyEngine to make a game in Scala with Akka Actors within a pure FP layer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
682 B

4 years ago
  1. package ammonite
  2. package $file.src.main.resources
  3. import _root_.ammonite.interp.api.InterpBridge.{
  4. value => interp
  5. }
  6. import _root_.ammonite.interp.api.InterpBridge.value.{
  7. exit
  8. }
  9. import _root_.ammonite.interp.api.IvyConstructor.{
  10. ArtifactIdExt,
  11. GroupIdExt
  12. }
  13. import _root_.ammonite.runtime.tools.{
  14. browse,
  15. grep,
  16. time,
  17. tail
  18. }
  19. import _root_.ammonite.repl.tools.{
  20. desugar,
  21. source
  22. }
  23. import _root_.ammonite.main.Router.{
  24. doc,
  25. main
  26. }
  27. import _root_.ammonite.repl.tools.Util.{
  28. pathScoptRead
  29. }
  30. object dep{
  31. /*<script>*/class Test(x: Int)
  32. /*</script>*/ /*<generated>*/
  33. def $main() = { scala.Iterator[String]() }
  34. override def toString = "dep"
  35. /*</generated>*/
  36. }