Browse Source

Moved mojo requesters.

Mark Sibly 9 years ago
parent
commit
2720698e11
1 changed files with 1 additions and 2 deletions
  1. 1 2
      modules/mojo/mojo.monkey2

+ 1 - 2
modules/mojo/mojo.monkey2

@@ -13,7 +13,6 @@ Namespace mojo
 #Import "app/style"
 #Import "app/view"
 #Import "app/window"
-#Import "app/requesters"
 
 #Import "graphics/canvas"
 #Import "graphics/device"
@@ -33,9 +32,9 @@ Namespace mojo
 #Import "input/joystick"
 #Import "input/keycodes"
 
+#Import "requesters/requesters"
 #Import "process/process"
 #Import "timer/timer"
-
 #Import "audio/audio"
 
 Using emscripten..