Skip to content

Commit

Permalink
Added B_BindingsForCommand and B_BindingsForControl to doomsday.def
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Jul 8, 2008
1 parent ee08a02 commit 61b5fef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doomsday/engine/api/doomsday.def
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NAME "DOOMSDAY"

; Highest ordinal is currently
; --> 427 <--
; --> 429 <--
; Other free ordinals:
; 43 formerly P_RegisterPlayerControl
; 44 formerly B_FormEventString
Expand Down Expand Up @@ -113,6 +113,10 @@ EXPORTS
Con_Busy @330 NONAME
Con_BusyWorkerEnd @331 NONAME

; Console: Bindings.
B_BindingsForCommand @428 NONAME
B_BindingsForControl @429 NONAME

; System.
; Sys_TicksPerSecond @46 NONAME
Sys_GetTime @47 NONAME
Expand Down

0 comments on commit 61b5fef

Please sign in to comment.