Changeset 26 for trunk/Classes/font.hpp


Ignore:
Timestamp:
2010-05-28 07:39:52 (2 years ago)
Author:
kpoole
Message:

Episode 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Classes/font.hpp

    r12 r26  
    2929#include <string> 
    3030#include <vector> 
     31 
     32class display; 
    3133 
    3234namespace font { 
     
    9799    SIZE_15         = relative_size(15), 
    98100    SIZE_PLUS       = relative_size(16), 
     101    SIZE_TITLE      = relative_size(16), 
    99102    SIZE_LARGE      = relative_size(18), 
    100103    SIZE_XLARGE     = relative_size(24) 
     
    177180 
    178181void draw_floating_labels(/*surface screen*/); 
    179 void undraw_floating_labels(/*surface screen*/); 
     182void undraw_floating_labels(display* disp); 
    180183 
    181184bool load_font_config(); 
Note: See TracChangeset for help on using the changeset viewer.