diff --git a/src/glut.nim b/src/glut.nim index 1b5c107..3110b5f 100644 --- a/src/glut.nim +++ b/src/glut.nim @@ -438,4 +438,5 @@ proc glutEnterGameMode*(): int{.dynlib: dllname, importc: "glutEnterGameMode".} proc glutLeaveGameMode*(){.dynlib: dllname, importc: "glutLeaveGameMode".} proc glutGameModeGet*(mode: TGLenum): int{.dynlib: dllname, importc: "glutGameModeGet".} +proc glutCloseFunc(cb: proc() {.cdecl.}) {.dynlib: dllname, importc.} # implementation