home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1996 July (Bonus) / E3_CD.ISO / demos / silencer / text.enm < prev    next >
Encoding:
Text File  |  1996-04-28  |  201 b   |  13 lines

  1. //«OF6»«TS2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38»«PT2»«PL1»
  2.  
  3. enum fonts_enum {
  4.     No_font = -1,
  5.  
  6.     Font_vanilla_12,
  7.     Font_olive_12,
  8.     Font_olive_36,
  9.     Font_hatten,
  10.  
  11.     Last_font
  12. };
  13.