FooBar
Main Page
Classes
Files
File List
File Members
mech.h
Go to the documentation of this file.
1
#ifndef _mech_h_
2
#define _mech_h_
3
4
#include "
car.h
"
5
6
class
Car
;
7
8
class
Mech
9
{
10
public
:
11
Mech
(
int
armor
,
int
ammo
,
int
power
);
12
13
Car
transformToCar
();
14
15
private
:
16
int
armor
;
17
int
ammo
;
18
int
power
;
19
};
20
21
#endif
Mech::power
int power
Definition:
mech.h:18
Mech::armor
int armor
Definition:
mech.h:16
Mech::transformToCar
Car transformToCar()
Definition:
mech.cpp:10
Mech
Definition:
mech.h:8
Car
Definition:
car.h:10
Mech::ammo
int ammo
Definition:
mech.h:17
car.h
Mech::Mech
Mech(int armor, int ammo, int power)
Definition:
mech.cpp:3
src
mech.h
Generated on Tue Jul 14 2015 15:57:11 for FooBar by
1.8.9.1