aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 17:43:20 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 17:43:20 +0100
commit96a63454957ef3bc6d70a413c0793771c5568ed0 (patch)
treeede5da2201a5f0484a3bef9d6d3e8b391d67b7f3
parent524a62f2a2aa4b8b4515ff1f6b1addb8abdd4267 (diff)
downloadlanes-96a63454957ef3bc6d70a413c0793771c5568ed0.tar.gz
lanes-96a63454957ef3bc6d70a413c0793771c5568ed0.tar.bz2
lanes-96a63454957ef3bc6d70a413c0793771c5568ed0.zip
Renamed compat.h → compat.hpp
-rw-r--r--src/allocator.h2
-rw-r--r--src/compat.cpp2
-rw-r--r--src/compat.hpp (renamed from src/compat.h)0
-rw-r--r--src/uniquekey.h2
4 files changed, 3 insertions, 3 deletions
diff --git a/src/allocator.h b/src/allocator.h
index 3f8ccc5..fa48c46 100644
--- a/src/allocator.h
+++ b/src/allocator.h
@@ -1,6 +1,6 @@
1#pragma once 1#pragma once
2 2
3#include "compat.h" 3#include "compat.hpp"
4 4
5// ################################################################################################# 5// #################################################################################################
6 6
diff --git a/src/compat.cpp b/src/compat.cpp
index 3dc7b56..c6073e3 100644
--- a/src/compat.cpp
+++ b/src/compat.cpp
@@ -1,5 +1,5 @@
1#include "_pch.hpp" 1#include "_pch.hpp"
2#include "compat.h" 2#include "compat.hpp"
3 3
4#include "macros_and_utils.h" 4#include "macros_and_utils.h"
5 5
diff --git a/src/compat.h b/src/compat.hpp
index 59c8001..59c8001 100644
--- a/src/compat.h
+++ b/src/compat.hpp
diff --git a/src/uniquekey.h b/src/uniquekey.h
index ddc157b..693a27a 100644
--- a/src/uniquekey.h
+++ b/src/uniquekey.h
@@ -1,6 +1,6 @@
1#pragma once 1#pragma once
2 2
3#include "compat.h" 3#include "compat.hpp"
4#include "macros_and_utils.h" 4#include "macros_and_utils.h"
5 5
6// ################################################################################################# 6// #################################################################################################