diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-29 09:50:57 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-29 09:50:57 +0200 |
commit | 07d6074b5deadc7ff6d30d5fb47fb6fa863a14ff (patch) | |
tree | 955fb6216739c3d55aeba47a3ea5d8ffc6a7f3e1 /src/keeper.h | |
parent | 4a2705af8a9a6b55cf848d53f8330447138a19c4 (diff) | |
download | lanes-07d6074b5deadc7ff6d30d5fb47fb6fa863a14ff.tar.gz lanes-07d6074b5deadc7ff6d30d5fb47fb6fa863a14ff.tar.bz2 lanes-07d6074b5deadc7ff6d30d5fb47fb6fa863a14ff.zip |
All headers reformatted with updated clang-format settings
Diffstat (limited to 'src/keeper.h')
-rw-r--r-- | src/keeper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keeper.h b/src/keeper.h index 27a4cff..6688fe0 100644 --- a/src/keeper.h +++ b/src/keeper.h | |||
@@ -1,7 +1,8 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #ifdef __cplusplus | 3 | #ifdef __cplusplus |
4 | extern "C" { | 4 | extern "C" |
5 | { | ||
5 | #endif // __cplusplus | 6 | #endif // __cplusplus |
6 | #include "lua.h" | 7 | #include "lua.h" |
7 | #ifdef __cplusplus | 8 | #ifdef __cplusplus |