aboutsummaryrefslogtreecommitdiff
path: root/src/macros_and_utils.hpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2025-04-18 17:53:27 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2025-04-18 17:53:27 +0200
commit4c5d11823802175cfaf083a6fcd20a3006b27d51 (patch)
tree95ecb36d71620d5f61f5c06f3f022a3667181606 /src/macros_and_utils.hpp
parent022e40cc71beda874d0bad2cec227e472d5dd4af (diff)
downloadlanes-4c5d11823802175cfaf083a6fcd20a3006b27d51.tar.gz
lanes-4c5d11823802175cfaf083a6fcd20a3006b27d51.tar.bz2
lanes-4c5d11823802175cfaf083a6fcd20a3006b27d51.zip
A unit test for linda wake_period
Diffstat (limited to '')
-rw-r--r--src/macros_and_utils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macros_and_utils.hpp b/src/macros_and_utils.hpp
index 16011f7..1aca818 100644
--- a/src/macros_and_utils.hpp
+++ b/src/macros_and_utils.hpp
@@ -21,6 +21,7 @@ inline void STACK_GROW(lua_State* const L_, int const n_)
21 21
22// ################################################################################################# 22// #################################################################################################
23 23
24// 1 unit of lua_Duration lasts 1 second (using default period of std::ratio<1>)
24using lua_Duration = std::chrono::template duration<lua_Number>; 25using lua_Duration = std::chrono::template duration<lua_Number>;
25 26
26// ################################################################################################# 27// #################################################################################################