shorten (the extra stuff in this was out of date, anyway; best to keep the brief description simple enough that it doesn't easily become outdated)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* ScreenMiniMenu - Displays a prompt over the top of another screen. Call SCREENMAN->AddScreenToTop( new ScreenMiniMenu(...) ); */
|
||||
/* ScreenMiniMenu - Displays a simple menu over the top of another screen. */
|
||||
|
||||
#ifndef SCREEN_MINI_MENU_H
|
||||
#define SCREEN_MINI_MENU_H
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* ScreenPrompt - Displays a prompt on top of another screen. Use by calling SCREENMAN->AddScreenToTop( new ScreenPrompt(...) ); */
|
||||
/* ScreenPrompt - Displays a prompt on top of another screen. */
|
||||
|
||||
#ifndef SCREEN_PROMPT_H
|
||||
#define SCREEN_PROMPT_H
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* ScreenTextEntry - Displays a text entry box over the top of another screen. Must use by calling SCREENMAN->AddScreenToTop( new ScreenTextEntry(...) ); */
|
||||
/* ScreenTextEntry - Displays a text entry box over the top of another screen. */
|
||||
|
||||
#ifndef SCREEN_TEXT_ENTRY_H
|
||||
#define SCREEN_TEXT_ENTRY_H
|
||||
|
||||
Reference in New Issue
Block a user