Add doxygen comment.
This commit is contained in:
parent
692e5f78bc
commit
a926991e5f
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,8 @@ private:
|
|||
* Every dialog shows it's own kind of window, this function should return
|
||||
* the window to show.
|
||||
*
|
||||
* @param video The video which contains the surface to draw
|
||||
* upon.
|
||||
* @returns The window to show.
|
||||
*/
|
||||
virtual twindow* build_window(CVideo& video) = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue