~ubuntu-branches/ubuntu/precise/supertuxkart/precise

« back to all changes in this revision

Viewing changes to src/replay/replay_base.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-24 22:36:25 UTC
  • mfrom: (1.1.9 upstream) (6.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110224223625-ygrjfpg92obovuch
Tags: 0.7+dfsg1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
//  along with this program; if not, write to the Free Software
18
18
//  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19
19
 
20
 
#ifndef HEADER_REPLAYBASE_H
21
 
#define HEADER_REPLAYBASE_H
 
20
#ifndef HEADER_REPLAYBASE_HPP
 
21
#define HEADER_REPLAYBASE_HPP
22
22
 
23
23
#ifdef HAVE_GHOST_REPLAY
24
24
 
25
25
 
26
26
#include <string>
27
 
#include <plib/sg.h>
28
27
 
29
 
#include "replay_buffers.hpp"
 
28
#include "replay/replay_buffers.hpp"
30
29
 
31
30
 
32
31
// the data stored for each kart in each frame
73
72
 
74
73
#endif // HAVE_GHOST_REPLAY
75
74
 
76
 
#endif // HEADER_REPLAYBASE_H
 
75
#endif // HEADER_REPLAYBASE_HPP
77
76