File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
#include " Games\AlphaMW2\Structs.h"
7
7
8
- // Class to run MW2 Alpha, inherits from Game .
8
+ // Class to run MW2 Alpha, inherits from Title .
9
9
class AlphaMW2Title : public Title
10
10
{
11
11
public:
Original file line number Diff line number Diff line change 5
5
6
6
#include " Games\MW2\Structs.h"
7
7
8
- // Class to run MW2 TU9, inherits from Game .
8
+ // Class to run MW2 TU9, inherits from Title .
9
9
class MW2Title : public Title
10
10
{
11
11
public:
Original file line number Diff line number Diff line change 5
5
6
6
#include " Games\MW3\Structs.h"
7
7
8
- // Class to run MW3 TU24, inherits from Game .
8
+ // Class to run MW3 TU24, inherits from Title .
9
9
class MW3Title : public Title
10
10
{
11
11
public:
Original file line number Diff line number Diff line change 3
3
#include " Core\Title.h"
4
4
#include " Elements\HudElem.h"
5
5
6
- // Class to run Spec Ops MW2 Alpha, inherits from Game .
6
+ // Class to run Spec Ops MW2 Alpha, inherits from Title .
7
7
class SpecOpsAlphaMW2Title : public Title
8
8
{
9
9
public:
Original file line number Diff line number Diff line change 3
3
#include " Core\Title.h"
4
4
#include " Elements\HudElem.h"
5
5
6
- // Class to run Spec Ops MW2, inherits from Game .
6
+ // Class to run Spec Ops MW2, inherits from Title .
7
7
class SpecOpsMW2Title : public Title
8
8
{
9
9
public:
Original file line number Diff line number Diff line change 3
3
#include " Core\Title.h"
4
4
#include " Elements\HudElem.h"
5
5
6
- // Class to run Spec Ops MW3, inherits from Game .
6
+ // Class to run Spec Ops MW3, inherits from Title .
7
7
class SpecOpsMW3Title : public Title
8
8
{
9
9
public:
You can’t perform that action at this time.
0 commit comments