Rename wrappers for now

This commit is contained in:
Joey Yakimowich-Payne 2018-06-22 16:19:15 +09:00
commit 54d10731d3
131 changed files with 179 additions and 236 deletions

View file

@ -1,7 +1,7 @@
import libnx/gfx
import libnx/console
import libnx/hid
import libnx/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: "<stdio.h>".}