about summary refs log tree commit diff stats
path: root/data/maps/the_gallery/metadata.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_gallery/metadata.txtpb')
0 files changed, 0 insertions, 0 deletions
f='#n11'>11 12 13
14
15
16





                                       
       
 




                                            


                                                       
#ifndef PONDERING_H_F2530E0E
#define PONDERING_H_F2530E0E

#include "system.h"

class PonderingSystem : public System {
public:

  PonderingSystem(Game& game) : System(game)
  {
  }

  void tick(double dt);
};

#endif /* end of include guard: PONDERING_H_F2530E0E */