Add more include guards
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
#ifndef _CACHE_ENGINE_H_
|
||||||
|
#define _CACHE_ENGINE_H_
|
||||||
|
|
||||||
#include "PrecompiledHeader.h"
|
#include "PrecompiledHeader.h"
|
||||||
|
|
||||||
#include "Threading.h"
|
#include "Threading.h"
|
||||||
@@ -208,3 +211,5 @@ public:
|
|||||||
|
|
||||||
CardRetrieverBase* CacheEngine::sInstance = NULL;
|
CardRetrieverBase* CacheEngine::sInstance = NULL;
|
||||||
bool CacheEngine::sIsThreaded = false;
|
bool CacheEngine::sIsThreaded = false;
|
||||||
|
|
||||||
|
#endif //_CACHE_ENGINE_H_
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#ifndef _DECK_EDITOR_MENU_H
|
||||||
|
#define _DECK_EDITOR_MENU_H
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "DeckMenu.h"
|
#include "DeckMenu.h"
|
||||||
#include "DeckDataWrapper.h"
|
#include "DeckDataWrapper.h"
|
||||||
@@ -19,3 +21,4 @@ public:
|
|||||||
void Render();
|
void Render();
|
||||||
virtual ~DeckEditorMenu();
|
virtual ~DeckEditorMenu();
|
||||||
};
|
};
|
||||||
|
#endif //_DECK_EDITOR_MENU_H
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
#ifndef _GUI_MANA_H
|
||||||
|
#define _GUI_MANA_H
|
||||||
|
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <hge/hgeparticle.h>
|
#include <hge/hgeparticle.h>
|
||||||
@@ -51,3 +54,5 @@ public:
|
|||||||
virtual int receiveEventPlus(WEvent * e);
|
virtual int receiveEventPlus(WEvent * e);
|
||||||
virtual int receiveEventMinus(WEvent * e);
|
virtual int receiveEventMinus(WEvent * e);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif //_GUI_MANA_H
|
||||||
|
|||||||
Reference in New Issue
Block a user