diff --git a/examples/helloworld/helloworld.nim b/examples/helloworld/helloworld.nim index 8e93c2c..29723dd 100644 --- a/examples/helloworld/helloworld.nim +++ b/examples/helloworld/helloworld.nim @@ -1,7 +1,7 @@ -import libnx_wrapper/gfx -import libnx_wrapper/console -import libnx_wrapper/hid -import libnx_wrapper/applet +import libnx/wrapper/gfx +import libnx/wrapper/console +import libnx/wrapper/hid +import libnx/wrapper/applet proc printf(formatstr: cstring) {.importc: "printf", varargs, header: "".}