From 244b227b19b6bec659e4c00e2d7aa9596978cbe5 Mon Sep 17 00:00:00 2001 From: Andrew Kurushin Date: Tue, 11 Jan 2005 21:10:36 +0000 Subject: - remove game.h & image.h - all display information of current game goes to SagaEngine - remove GameFontIds - hide SagaEngine _gameId,_gameType & etc with methods getGameId(), getGameType() svn-id: r16545 --- saga/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saga/font.h') diff --git a/saga/font.h b/saga/font.h index 8e7947ee3d..42bf6c3933 100644 --- a/saga/font.h +++ b/saga/font.h @@ -108,7 +108,7 @@ class Font { private: - int loadFont(uint32 font_rn, int font_id); + int loadFont(uint32 fontResourceId); FONT_STYLE *createOutline(FONT_STYLE * src_font); int outFont(FONT_STYLE *font, SURFACE * ds, const char *draw_str, size_t draw_str_ct, int text_x, int text_y, int color, int flags); -- cgit v1.2.3