Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2005, 9:14:35 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: configure.ac adapded, and some minor changes at glfont

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/src/lib/graphics/font/glfont.h

    r3681 r3682  
    77#define _GLFONT_H
    88
    9 #include "../glincl.h"
     9#include "glincl.h"
    1010
    1111class GLFont
     
    4444  static bool ttfInitialized;
    4545
     46  void enter2DMode(void);
     47  void leave2DMode(void);
     48
     49  GLuint loadTexture(SDL_Surface* surface, GLfloat* texcoord);
     50
     51  static int power_of_two(int input);
     52
    4653};
    4754
Note: See TracChangeset for help on using the changeset viewer.