aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 18:09:51 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 18:09:51 +0100
commit3cf9c3c9d076d5822595834bdbf5153d4e923c67 (patch)
tree13ff16c05ff047a569b90e8981bdc349fd573c6e /src/universe.cpp
parentdf60f71fe943686deed8ca0f85c6d597570ab030 (diff)
downloadlanes-3cf9c3c9d076d5822595834bdbf5153d4e923c67.tar.gz
lanes-3cf9c3c9d076d5822595834bdbf5153d4e923c67.tar.bz2
lanes-3cf9c3c9d076d5822595834bdbf5153d4e923c67.zip
Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading.hpp
Diffstat (limited to 'src/universe.cpp')
-rw-r--r--src/universe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/universe.cpp b/src/universe.cpp
index 5cce9a5..9f28f6a 100644
--- a/src/universe.cpp
+++ b/src/universe.cpp
@@ -34,7 +34,7 @@ THE SOFTWARE.
34#include "deep.hpp" 34#include "deep.hpp"
35#include "intercopycontext.h" 35#include "intercopycontext.h"
36#include "keeper.hpp" 36#include "keeper.hpp"
37#include "lane.h" 37#include "lane.hpp"
38#include "state.h" 38#include "state.h"
39 39
40extern LUAG_FUNC(linda); 40extern LUAG_FUNC(linda);