Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 31, 2005, 3:16:40 AM (20 years ago)
Author:
bensch
Message:

orxonox/brnaches/textEngine: working with some default text, but far from finished

File:
1 edited

Legend:

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

    r3681 r3693  
    3333#include "graphics_engine.h"
    3434#include "resource_manager.h"
     35#include "glfont.h"
    3536
    3637#include <string.h>
     
    5859  delete GraphicsEngine::getInstance(); // deleting the Graphics
    5960  delete ResourceManager::getInstance(); // deletes the Resource Manager
     61  GLFont::disableFonts();
    6062}
    6163
     
    167169  resourceManager->setDataDir("../data/");
    168170  return 0;
     171  PRINT(3)("initializing TextEngine\n");
     172  GLFont::enableFonts();
    169173}
    170174
Note: See TracChangeset for help on using the changeset viewer.