Cleanup imports
This commit is contained in:
parent
bb9588a18c
commit
83499c04f9
2 changed files with 2 additions and 10 deletions
|
|
@ -1,10 +1,6 @@
|
|||
import sets, strutils
|
||||
import libnx/graphics
|
||||
import libnx/console
|
||||
import libnx/[graphics, console, account, input, app]
|
||||
import libnx/ext/integer128
|
||||
import libnx/account
|
||||
import libnx/input
|
||||
import libnx/app
|
||||
|
||||
proc main() =
|
||||
graphics.initDefault()
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
import sets
|
||||
import libnx/graphics
|
||||
import libnx/console
|
||||
import libnx/wrapper/hid
|
||||
import libnx/app
|
||||
import libnx/input
|
||||
import libnx/[graphics, console, app, input]
|
||||
|
||||
|
||||
proc main() =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue