Add more include guards

This commit is contained in:
Tobias Loose
2013-11-23 16:25:14 +01:00
parent 9f0b70d1c9
commit 3e94de985f
3 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#ifndef _DECK_EDITOR_MENU_H
#define _DECK_EDITOR_MENU_H
#pragma once
#include "DeckMenu.h"
#include "DeckDataWrapper.h"
@@ -19,3 +21,4 @@ public:
void Render();
virtual ~DeckEditorMenu();
};
#endif //_DECK_EDITOR_MENU_H