~tomprogs/gewoopi/trunk

« back to all changes in this revision

Viewing changes to examples/pong/pong.hpp

  • Committer: Thomas Geymayer
  • Date: 2009-12-31 15:38:07 UTC
  • Revision ID: tomgey@gmail.com-20091231153807-9833458pgys6ia7j
Cleaned up and improved documentation:
 - Different doxyfiles for developers and users
 - Renamed remaining .h to .hpp
 - Relative paths in doxyfiles instead of absolute

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#ifndef _PONG_HPP_
10
10
#define _PONG_HPP_
11
11
 
12
 
#include <gewoopi/core/application.h>
 
12
#include <gewoopi/core/application.hpp>
13
13
 
14
14
#include "ball.hpp"
15
15