[0147] 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 3153bd2129
commit 7954680365
2 changed files with 17 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0146"
#define REVISION_NR "0147"
#endif // __REVISION_NR_H__