add glutCloseFunc
This commit is contained in:
parent
9e11a78b74
commit
ee2bfefddd
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue