aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 17:41:13 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 17:41:13 +0100
commit524a62f2a2aa4b8b4515ff1f6b1addb8abdd4267 (patch)
treed85e58d3eef1331b0b3055db9e93f7126f50e65e
parent53236cf0472b5093195bcc128dec6b45a6fe1446 (diff)
downloadlanes-524a62f2a2aa4b8b4515ff1f6b1addb8abdd4267.tar.gz
lanes-524a62f2a2aa4b8b4515ff1f6b1addb8abdd4267.tar.bz2
lanes-524a62f2a2aa4b8b4515ff1f6b1addb8abdd4267.zip
Renamed debug.h → debug.hpp
-rw-r--r--src/compat.h2
-rw-r--r--src/debug.hpp (renamed from src/debug.h)0
-rw-r--r--src/macros_and_utils.h2
3 files changed, 2 insertions, 2 deletions
diff --git a/src/compat.h b/src/compat.h
index b1e8663..59c8001 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -1,6 +1,6 @@
1#pragma once 1#pragma once
2 2
3#include "debug.h" 3#include "debug.hpp"
4#include "stackindex.hpp" 4#include "stackindex.hpp"
5 5
6// try to detect if we are building against LuaJIT or MoonJIT 6// try to detect if we are building against LuaJIT or MoonJIT
diff --git a/src/debug.h b/src/debug.hpp
index 7c7f497..7c7f497 100644
--- a/src/debug.h
+++ b/src/debug.hpp
diff --git a/src/macros_and_utils.h b/src/macros_and_utils.h
index 4a84483..6850ddf 100644
--- a/src/macros_and_utils.h
+++ b/src/macros_and_utils.h
@@ -1,6 +1,6 @@
1#pragma once 1#pragma once
2 2
3#include "debug.h" 3#include "debug.hpp"
4#include "luaerrors.hpp" 4#include "luaerrors.hpp"
5#include "unique.hpp" 5#include "unique.hpp"
6 6