~xalioth/stellarium/fix-fonts-gltex-fab

« back to all changes in this revision

Viewing changes to src/modules/Planet.cpp

  • Committer: matthewg42
  • Date: 2008-11-27 14:36:21 UTC
  • Revision ID: vcs-imports@canonical.com-20081127143621-fbasu1vl30kq2edv
refactor: MovementMgr -> StelMovementMgr

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#include "StelTextureMgr.hpp"
37
37
#include "StelModuleMgr.hpp"
38
38
#include "StarMgr.hpp"
39
 
#include "MovementMgr.hpp"
 
39
#include "StelMovementMgr.hpp"
40
40
#include "StelPainter.hpp"
41
41
 
42
42
StelFont* Planet::planetNameFont = NULL;