[12105] Implement abstract classes for transporter

This includes class TransportBase as helper class for transporter
And class TransportInfo has helper class for passengers on a transporter

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
kid10 2012-08-21 01:18:50 +02:00 committed by Antz
parent 48670fda6f
commit c00c314639
7 changed files with 301 additions and 19 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0145"
#define REVISION_NR "12105"
#endif // __REVISION_NR_H__