Fix declaration of TXT_NewWindowSelectAction
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 656
This commit is contained in:
parent
fe4125a1a2
commit
a904f5b3ea
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ txt_window_action_t *TXT_NewWindowAbortAction(txt_window_t *window);
|
|||
|
||||
// Accept button that does nothing
|
||||
|
||||
txt_window_action_t *TXT_NewWindowAcceptAction(txt_window_t *window);
|
||||
txt_window_action_t *TXT_NewWindowSelectAction(txt_window_t *window);
|
||||
|
||||
#endif /* #ifndef TXT_WINDOW_ACTION_H */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue