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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef CTOOL_PACKAGE
|
||||
#define CTOOL_PACKAGE
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
@@ -215,4 +214,3 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif // CTOOL_PACKAGE
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user