Add/fix broken include guards
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
#ifndef _DECK_MANAGER_H
|
||||||
|
#define _DECK_MANAGER_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
@@ -43,3 +46,5 @@ public:
|
|||||||
~DeckManager();
|
~DeckManager();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif //_DECK_MANAGER_H
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#ifndef _MTGPACCK_H_
|
#ifndef _MTGPACK_H_
|
||||||
#define _MTGPACK_H_
|
#define _MTGPACK_H_
|
||||||
|
|
||||||
class ShopBooster;
|
class ShopBooster;
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
#ifndef _STYLE_MANAGER_H_
|
||||||
|
#define _STYLE_MANAGER_H_
|
||||||
|
|
||||||
class WStyle
|
class WStyle
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -34,3 +37,5 @@ protected:
|
|||||||
string activeStyle;
|
string activeStyle;
|
||||||
map<string, WStyle*> styles;
|
map<string, WStyle*> styles;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif //_STYLE_MANAGER_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user