fixes tests

This commit is contained in:
ringabout
2025-01-08 21:45:26 +08:00
parent ce20f1b31a
commit 33263ef806
6 changed files with 8 additions and 8 deletions

View File

@@ -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.}