mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update header guards to match new file paths
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_HELPERS_HELPERS
|
||||
#define LOOT_BACKEND_HELPERS_HELPERS
|
||||
#ifndef LOOT_WINDOWS_ENCODING_CONVERTERS
|
||||
#define LOOT_WINDOWS_ENCODING_CONVERTERS
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
along with LOOT. If not, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef LOOT_BACKEND_METADATA_MESSAGE_CONTENT
|
||||
#define LOOT_BACKEND_METADATA_MESSAGE_CONTENT
|
||||
#ifndef LOOT_YAML_MESSAGE_CONTENT
|
||||
#define LOOT_YAML_MESSAGE_CONTENT
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
along with LOOT. If not, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef LOOT_BACKEND_METADATA_PLUGIN_METADATA
|
||||
#define LOOT_BACKEND_METADATA_PLUGIN_METADATA
|
||||
#ifndef LOOT_YAML_PLUGIN_METADATA
|
||||
#define LOOT_YAML_PLUGIN_METADATA
|
||||
|
||||
#include <cstdint>
|
||||
#include <list>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_HELPERS_YAML_SET_HELPERS
|
||||
#define LOOT_BACKEND_HELPERS_YAML_SET_HELPERS
|
||||
#ifndef LOOT_YAML_SET
|
||||
#define LOOT_YAML_SET
|
||||
|
||||
#include <set>
|
||||
#include <unordered_set>
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
along with LOOT. If not, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef LOOT_BACKEND_METADATA_TAG
|
||||
#define LOOT_BACKEND_METADATA_TAG
|
||||
#ifndef LOOT_YAML_TAG
|
||||
#define LOOT_YAML_TAG
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
+2
-2
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_GAME_GAME
|
||||
#define LOOT_BACKEND_GAME_GAME
|
||||
#ifndef LOOT_API_GAME_GAME
|
||||
#define LOOT_API_GAME_GAME
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_GAME_GAME_CACHE
|
||||
#define LOOT_BACKEND_GAME_GAME_CACHE
|
||||
#ifndef LOOT_API_GAME_GAME_CACHE
|
||||
#define LOOT_API_GAME_GAME_CACHE
|
||||
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_GAME_LOAD_ORDER_HANDLER
|
||||
#define LOOT_BACKEND_GAME_LOAD_ORDER_HANDLER
|
||||
#ifndef LOOT_API_GAME_LOAD_ORDER_HANDLER
|
||||
#define LOOT_API_GAME_LOAD_ORDER_HANDLER
|
||||
|
||||
#include <list>
|
||||
#include <string>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_HELPERS_CRC
|
||||
#define LOOT_BACKEND_HELPERS_CRC
|
||||
#ifndef LOOT_API_HELPERS_CRC
|
||||
#define LOOT_API_HELPERS_CRC
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_HELPERS_GIT_HELPER
|
||||
#define LOOT_BACKEND_HELPERS_GIT_HELPER
|
||||
#ifndef LOOT_API_HELPERS_GIT_HELPER
|
||||
#define LOOT_API_HELPERS_GIT_HELPER
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_HELPERS_VERSION
|
||||
#define LOOT_BACKEND_HELPERS_VERSION
|
||||
#ifndef LOOT_API_HELPERS_VERSION
|
||||
#define LOOT_API_HELPERS_VERSION
|
||||
|
||||
#include <regex>
|
||||
#include <string>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_MASTERLIST
|
||||
#define LOOT_BACKEND_MASTERLIST
|
||||
#ifndef LOOT_API_MASTERLIST
|
||||
#define LOOT_API_MASTERLIST
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_METADATA_CONDITION_EVALUATOR
|
||||
#define LOOT_BACKEND_METADATA_CONDITION_EVALUATOR
|
||||
#ifndef LOOT_API_METADATA_CONDITION_EVALUATOR
|
||||
#define LOOT_API_METADATA_CONDITION_EVALUATOR
|
||||
|
||||
#include <regex>
|
||||
#include <string>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_METADATA_CONDITION_GRAMMAR
|
||||
#define LOOT_BACKEND_METADATA_CONDITION_GRAMMAR
|
||||
#ifndef LOOT_API_METADATA_CONDITION_GRAMMAR
|
||||
#define LOOT_API_METADATA_CONDITION_GRAMMAR
|
||||
|
||||
#ifndef BOOST_SPIRIT_UNICODE
|
||||
#define BOOST_SPIRIT_UNICODE
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_METADATA_LIST
|
||||
#define LOOT_BACKEND_METADATA_LIST
|
||||
#ifndef LOOT_API_METADATA_LIST
|
||||
#define LOOT_API_METADATA_LIST
|
||||
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
along with LOOT. If not, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef LOOT_BACKEND_PLUGIN_PLUGIN
|
||||
#define LOOT_BACKEND_PLUGIN_PLUGIN
|
||||
#ifndef LOOT_API_PLUGIN_PLUGIN
|
||||
#define LOOT_API_PLUGIN_PLUGIN
|
||||
|
||||
#include <cstdint>
|
||||
#include <list>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_PLUGIN_PLUGIN_SORTER
|
||||
#define LOOT_BACKEND_PLUGIN_PLUGIN_SORTER
|
||||
#ifndef LOOT_API_PLUGIN_PLUGIN_SORTER
|
||||
#define LOOT_API_PLUGIN_PLUGIN_SORTER
|
||||
|
||||
#include <map>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ along with LOOT. If not, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_HELPERS_JSON
|
||||
#define LOOT_BACKEND_HELPERS_JSON
|
||||
#ifndef LOOT_GUI_QUERY_JSON
|
||||
#define LOOT_GUI_QUERY_JSON
|
||||
|
||||
#include <regex>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ along with LOOT. If not, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_APP_LOOT_PATHS
|
||||
#define LOOT_BACKEND_APP_LOOT_PATHS
|
||||
#ifndef LOOT_GUI_STATE_LOOT_PATHS
|
||||
#define LOOT_GUI_STATE_LOOT_PATHS
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_APP_LOOT_SETTINGS
|
||||
#define LOOT_BACKEND_APP_LOOT_SETTINGS
|
||||
#ifndef LOOT_GUI_STATE_LOOT_SETTINGS
|
||||
#define LOOT_GUI_STATE_LOOT_SETTINGS
|
||||
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user