Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3766 in orxonox.OLD for orxonox/branches/textEngine/src/orxonox.cc


Ignore:
Timestamp:
Apr 9, 2005, 4:19:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: moved the fonts into a new File textEngine, and also implemented a TextEngine-Singleton-class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/src/orxonox.cc

    r3703 r3766  
    3333#include "graphics_engine.h"
    3434#include "resource_manager.h"
    35 #include "glfont.h"
     35#include "text_engine.h"
    3636
    3737#include <string.h>
     
    5959  delete GraphicsEngine::getInstance(); // deleting the Graphics
    6060  delete ResourceManager::getInstance(); // deletes the Resource Manager
    61   GLFont::disableFonts();
     61  TextEngine::disableFonts();
    6262}
    6363
     
    170170  return 0;
    171171  PRINT(3)("initializing TextEngine\n");
    172   GLFont::enableFonts();
     172  TextEngine::enableFonts();
    173173}
    174174
Note: See TracChangeset for help on using the changeset viewer.