diff options
Diffstat (limited to 'engines/sky/text.h')
| -rw-r--r-- | engines/sky/text.h | 11 | 
1 files changed, 4 insertions, 7 deletions
diff --git a/engines/sky/text.h b/engines/sky/text.h index 890cfb2e47..cf0d707ce9 100644 --- a/engines/sky/text.h +++ b/engines/sky/text.h @@ -18,9 +18,6 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */  #ifndef SKY_TEXT_H @@ -52,14 +49,14 @@ class Text {  public:  	Text(Disk *skyDisk, SkyCompact *skyCompact);  	~Text(); -	struct DisplayedText displayText(uint32 textNum, uint8 *dest, bool centre, uint16 pixelWidth, uint8 color); -	struct DisplayedText displayText(char *textPtr, uint8 *dest, bool centre, uint16 pixelWidth, uint8 color); -	struct DisplayedText lowTextManager(uint32 textNum, uint16 width, uint16 logicNum, uint8 color, bool centre); +	struct DisplayedText displayText(uint32 textNum, uint8 *dest, bool center, uint16 pixelWidth, uint8 color); +	struct DisplayedText displayText(char *textPtr, uint8 *dest, bool center, uint16 pixelWidth, uint8 color); +	struct DisplayedText lowTextManager(uint32 textNum, uint16 width, uint16 logicNum, uint8 color, bool center);  	void fnSetFont(uint32 fontNr);  	void fnTextModule(uint32 textInfoId, uint32 textNo);  	void fnPointerText(uint32 pointedId, uint16 mouseX, uint16 mouseY);  	void logicCursor(Compact *textCompact, uint16 mouseX, uint16 mouseY); -	void changeTextSpriteColour(uint8 *sprData, uint8 newCol); +	void changeTextSpriteColor(uint8 *sprData, uint8 newCol);  	uint32 giveCurrentCharSet();  	uint32 _numLetters;	//no of chars in message  | 
