~ubuntu-branches/ubuntu/raring/simutrans/raring-proposed

« back to all changes in this revision

Viewing changes to boden/monorailboden.cc

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2011-11-03 19:59:02 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20111103195902-uopgwf488mfctb75
Tags: 111.0-1
* New upstream release.
* debian/rules: Update get-orig-source target for new upstream release.
* Use xz compression for source and binary packages.
* Use override_* targets to simplify debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include "../simdebug.h"
2
 
 
3
 
#include "../gui/ground_info.h"
4
 
#include "../tpl/ptrhashtable_tpl.h"
5
 
 
6
 
#include "../simimg.h"
 
1
#include "monorailboden.h"
 
2
 
7
3
#include "../simworld.h"
8
 
#include "../simhalt.h"
9
 
#include "../besch/grund_besch.h"
10
4
 
11
5
#include "../dataobj/loadsave.h"
12
 
#include "monorailboden.h"
13
6
#include "wege/weg.h"
14
7
 
15
8
 
19
12
}
20
13
 
21
14
 
22
 
void
23
 
monorailboden_t::rdwr(loadsave_t *file)
 
15
void monorailboden_t::rdwr(loadsave_t *file)
24
16
{
25
17
        grund_t::rdwr(file);
26
18