add #pragma once to include files
This commit is contained in:
parent
d1af93f3b5
commit
f791157adc
28 changed files with 28 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef CONFIG_H
|
#ifndef CONFIG_H
|
||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef BLOCK_H
|
#ifndef BLOCK_H
|
||||||
#define BLOCK_H
|
#define BLOCK_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef BLOCKDATA_H
|
#ifndef BLOCKDATA_H
|
||||||
#define BLOCKDATA_H
|
#define BLOCKDATA_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef EDITCOMMANDS_H
|
#ifndef EDITCOMMANDS_H
|
||||||
#define EDITCOMMANDS_H
|
#define EDITCOMMANDS_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef EVENT_H
|
#ifndef EVENT_H
|
||||||
#define EVENT_H
|
#define EVENT_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef HEALLOCATION_H
|
#ifndef HEALLOCATION_H
|
||||||
#define HEALLOCATION_H
|
#define HEALLOCATION_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef HISTORY_H
|
#ifndef HISTORY_H
|
||||||
#define HISTORY_H
|
#define HISTORY_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef IMAGEEXPORT_H
|
#ifndef IMAGEEXPORT_H
|
||||||
#define IMAGEEXPORT_H
|
#define IMAGEEXPORT_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef MAP_H
|
#ifndef MAP_H
|
||||||
#define MAP_H
|
#define MAP_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef MAPCONNECTION_H
|
#ifndef MAPCONNECTION_H
|
||||||
#define MAPCONNECTION_H
|
#define MAPCONNECTION_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef MAPLAYOUT_H
|
#ifndef MAPLAYOUT_H
|
||||||
#define MAPLAYOUT_H
|
#define MAPLAYOUT_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef METATILE_H
|
#ifndef METATILE_H
|
||||||
#define METATILE_H
|
#define METATILE_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef METATILEPARSER_H
|
#ifndef METATILEPARSER_H
|
||||||
#define METATILEPARSER_H
|
#define METATILEPARSER_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef PALETTEUTIL_H
|
#ifndef PALETTEUTIL_H
|
||||||
#define PALETTEUTIL_H
|
#define PALETTEUTIL_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef PARSEUTIL_H
|
#ifndef PARSEUTIL_H
|
||||||
#define PARSEUTIL_H
|
#define PARSEUTIL_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef REGIONMAP_H
|
#ifndef REGIONMAP_H
|
||||||
#define REGIONMAP_H
|
#define REGIONMAP_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef TILE_H
|
#ifndef TILE_H
|
||||||
#define TILE_H
|
#define TILE_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef TILESET_H
|
#ifndef TILESET_H
|
||||||
#define TILESET_H
|
#define TILESET_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef GUARD_WILDMONINFO_H
|
#ifndef GUARD_WILDMONINFO_H
|
||||||
#define GUARD_WILDMONINFO_H
|
#define GUARD_WILDMONINFO_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef EDITOR_H
|
#ifndef EDITOR_H
|
||||||
#define EDITOR_H
|
#define EDITOR_H
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
#ifndef ORDERED_JSON_H
|
#ifndef ORDERED_JSON_H
|
||||||
#define ORDERED_JSON_H
|
#define ORDERED_JSON_H
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef TSL_ORDERED_MAP_H
|
#ifndef TSL_ORDERED_MAP_H
|
||||||
#define TSL_ORDERED_MAP_H
|
#define TSL_ORDERED_MAP_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef QSTRINGHASH_H
|
#ifndef QSTRINGHASH_H
|
||||||
#define QSTRINGHASH_H
|
#define QSTRINGHASH_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef LOG_H
|
#ifndef LOG_H
|
||||||
#define LOG_H
|
#define LOG_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef MAINWINDOW_H
|
#ifndef MAINWINDOW_H
|
||||||
#define MAINWINDOW_H
|
#define MAINWINDOW_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef PROJECT_H
|
#ifndef PROJECT_H
|
||||||
#define PROJECT_H
|
#define PROJECT_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef SCRIPTING_H
|
#ifndef SCRIPTING_H
|
||||||
#define SCRIPTING_H
|
#define SCRIPTING_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
#ifndef SETTINGS_H
|
#ifndef SETTINGS_H
|
||||||
#define SETTINGS_H
|
#define SETTINGS_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue