aboutsummaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 17:38:36 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 17:38:36 +0100
commit53236cf0472b5093195bcc128dec6b45a6fe1446 (patch)
tree6f419cbcfbece10b4ba920b9713bcc3e8aa0b34f /src/debug.h
parentb5b4929e747a0904077e79fe656664f24997aca1 (diff)
downloadlanes-53236cf0472b5093195bcc128dec6b45a6fe1446.tar.gz
lanes-53236cf0472b5093195bcc128dec6b45a6fe1446.tar.bz2
lanes-53236cf0472b5093195bcc128dec6b45a6fe1446.zip
Renamed luaerrors.h → luaerrors.hpp
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h
index 9b7137b..7c7f497 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -1,7 +1,7 @@
1#pragma once 1#pragma once
2 2
3#include "lanesconf.h" 3#include "lanesconf.h"
4#include "luaerrors.h" 4#include "luaerrors.hpp"
5#include "unique.hpp" 5#include "unique.hpp"
6 6
7// ################################################################################################# 7// #################################################################################################