aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/gfx/font.cpp')
-rw-r--r--engines/sci/gfx/font.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sci/gfx/font.cpp b/engines/sci/gfx/font.cpp
index 55e9b02cbb..abea8540a5 100644
--- a/engines/sci/gfx/font.cpp
+++ b/engines/sci/gfx/font.cpp
@@ -28,6 +28,8 @@
#include "sci/include/gfx_resource.h"
#include "sci/include/gfx_tools.h"
+namespace Sci {
+
int font_counter = 0;
void gfxr_free_font(gfx_bitmap_font_t *font) {
@@ -352,3 +354,5 @@ gfx_pixmap_t *gfxr_draw_font(gfx_bitmap_font_t *font, const char *stext, int cha
return pxm;
}
+
+} // End of namespace Sci