Rearrange ext folder
This commit is contained in:
parent
c39db1e9a8
commit
70b68f5f9a
4 changed files with 2 additions and 3 deletions
|
|
@ -1,3 +1,2 @@
|
|||
--path="../../src"
|
||||
--path="../../ext"
|
||||
--os="nintendoswitch"
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ replace.uint64 = "uint64_t* = uint64"
|
|||
|
||||
search.import = "type\n"
|
||||
prepend.import = """
|
||||
include integer128
|
||||
include libnx/ext/integer128
|
||||
template BIT*(n): auto = (1.uint shl n)
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import strutils
|
||||
import ospaths
|
||||
const headertypes = currentSourcePath().splitPath().head & "/nx/include/switch/types.h"
|
||||
include integer128
|
||||
include libnx/ext/integer128
|
||||
template BIT*(n): auto = (1.uint shl n)
|
||||
type
|
||||
u8* = uint8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue