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

« back to all changes in this revision

Viewing changes to src/modules/Meteor.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:
33
33
#include "StelCore.hpp"
34
34
#include "StelNavigator.hpp"
35
35
#include "ToneReproducer.hpp"
36
 
#include "MovementMgr.hpp"
 
36
#include "StelMovementMgr.hpp"
37
37
#include "StelPainter.hpp"
38
38
 
39
39
Meteor::Meteor(const StelCore* core, double v)