~brandontschaefer/unity/sdl-bouncy-ball

« back to all changes in this revision

Viewing changes to src/Main.h

  • Committer: Brandon Schaefer
  • Date: 2014-04-25 23:40:46 UTC
  • Revision ID: brandontschaefer@gmail.com-20140425234046-tt1stvvm4m2n35es
* Fix major memory leaks.
* Actually quite correctly (not just exit(0))

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  Main();
34
34
 
35
35
private:
36
 
  sbe::MainLoop main_loop_;
37
 
  BouncyBallMain::Ptr bouncy_main_;
 
36
  sbe::MainLoop::Ptr    main_loop_;
38
37
  sbe::EntityLayer::Ptr main_layer_;
 
38
  BouncyBallMain::Ptr   bouncy_main_;
39
39
};
40
40
 
41
41
} // namespace bouncy_ball