2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:44:56 +00:00

Convert to pragma once

This commit is contained in:
Jack Andersen
2018-10-06 17:38:44 -10:00
parent 0c3dece31d
commit d1f0450401
37 changed files with 37 additions and 107 deletions

View File

@@ -1,5 +1,4 @@
#ifndef CTOOL_BASE
#define CTOOL_BASE
#pragma once
#include <string>
#include <vector>
@@ -274,4 +273,3 @@ static hecl::SystemString MakePathArgAbsolute(const hecl::SystemString& arg,
#endif
}
#endif // CTOOL_BASE

View File

@@ -1,5 +1,4 @@
#ifndef CTOOL_COOK
#define CTOOL_COOK
#pragma once
#include "ToolBase.hpp"
#include <cstdio>
@@ -180,4 +179,3 @@ public:
}
};
#endif // CTOOL_COOK

View File

@@ -1,5 +1,4 @@
#ifndef CTOOL_EXTRACT
#define CTOOL_EXTRACT
#pragma once
#include "ToolBase.hpp"
#include <cstdio>
@@ -184,4 +183,3 @@ public:
}
};
#endif // CTOOL_EXTRACT

View File

@@ -1,5 +1,4 @@
#ifndef CTOOL_HELP
#define CTOOL_HELP
#pragma once
#include "ToolBase.hpp"
#include <cstdio>
@@ -91,4 +90,3 @@ public:
}
};
#endif // CTOOL_HELP

View File

@@ -1,5 +1,4 @@
#ifndef CTOOL_IMAGE
#define CTOOL_IMAGE
#pragma once
#if HECL_HAS_NOD
@@ -156,4 +155,3 @@ public:
#endif
#endif // CTOOL_IMAGE

View File

@@ -1,5 +1,4 @@
#ifndef CTOOL_INIT
#define CTOOL_INIT
#pragma once
#include "ToolBase.hpp"
#include <cstdio>
@@ -85,4 +84,3 @@ public:
hecl::SystemString toolName() const {return _S("init");}
};
#endif // CTOOL_INIT

View File

@@ -1,5 +1,4 @@
#ifndef CTOOL_PACKAGE
#define CTOOL_PACKAGE
#pragma once
#include <vector>
#include <string>
@@ -215,4 +214,3 @@ public:
}
};
#endif // CTOOL_PACKAGE

View File

@@ -1,5 +1,4 @@
#ifndef CTOOL_SPEC
#define CTOOL_SPEC
#pragma once
#include "ToolBase.hpp"
#include <cstdio>
@@ -155,4 +154,3 @@ public:
}
};
#endif // CTOOL_SPEC