From c39db1e9a834765cf55c736b230d8c77694db004 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Sat, 23 Jun 2018 13:22:19 +0900 Subject: [PATCH] Fix helloworld --- examples/helloworld/helloworld.nim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: "".}