~i-martividal/stellarium/Observability

« back to all changes in this revision

Viewing changes to src/core/StelApp.cpp

  • Committer: Ivan Marti-Vidal
  • Date: 2012-08-11 19:51:57 UTC
  • mfrom: (5321.1.200 trunk)
  • Revision ID: i.martividal@gmail.com-20120811195157-gnc1fznfpd3059r7
Conflicts with current trunk are resolved

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#include "StelJsonParser.hpp"
45
45
#include "StelSkyLayerMgr.hpp"
46
46
#include "StelAudioMgr.hpp"
 
47
#include "StelVideoMgr.hpp"
47
48
#include "StelGuiBase.hpp"
48
49
#include "StelPainter.hpp"
49
50
 
292
293
        // Init audio manager
293
294
        audioMgr = new StelAudioMgr();
294
295
 
 
296
        // Init video manager
 
297
        videoMgr = new StelVideoMgr();
 
298
 
295
299
        // Constellations
296
300
        ConstellationMgr* asterisms = new ConstellationMgr(hip_stars);
297
301
        asterisms->init();