mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-13 20:50:39 +00:00
fixes tests
This commit is contained in:
@@ -15,7 +15,7 @@ struct SystemManager {
|
||||
|
||||
""".}
|
||||
|
||||
type Input {.importcpp: "System::Input".} = object
|
||||
type Input {.importcpp: "System::Input", nodecl.} = object
|
||||
proc getSubsystem*[T](): ptr T {.
|
||||
importcpp: "SystemManager::getSubsystem<'*0>()", nodecl.}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user