~ubuntu-branches/ubuntu/saucy/cuyo/saucy

« back to all changes in this revision

Viewing changes to src/font.h

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2010-07-19 09:54:44 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100719095444-ecoegzo1vvvdwra9
Tags: 2.~-1.1.brl3-1ubuntu1
* Merge from debian unstable (LP: #607106). Remaining changes:
  - Don't register MimeType=application/x-executable in
    the .desktop file.
  - Remove UTF-8 in the .desktop file
  - 

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef FONT_H
21
21
#define FONT_H
22
22
 
 
23
#define L_font_width 24  // (Abstand der Buchstaben in der Font-Grafik)
 
24
#define L_font_height 24
 
25
 
 
26
 
23
27
 
24
28
#include <SDL.h>
25
29
#include "bilddatei.h"
87
91
 
88
92
  static void init();
89
93
  static void destroy();
90
 
  static void setGameColor(const Color & c);
91
94
  
92
95
};
93
96