aboutsummaryrefslogtreecommitdiff
path: root/src/universe.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-03-29 12:11:56 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-03-29 12:11:56 +0100
commitacb203829bfd12b4cc0c90f82cb70a4d111bce46 (patch)
treea36653f50954a3242866b8d19b7c328130b35238 /src/universe.h
parent749b9ed927929c3492def9a241a5267394306551 (diff)
downloadlanes-acb203829bfd12b4cc0c90f82cb70a4d111bce46.tar.gz
lanes-acb203829bfd12b4cc0c90f82cb70a4d111bce46.tar.bz2
lanes-acb203829bfd12b4cc0c90f82cb70a4d111bce46.zip
C++ migration: Lane is a proper class with overloaded operator new/delete
Diffstat (limited to '')
-rw-r--r--src/universe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/universe.h b/src/universe.h
index 1079915..a2ad5f5 100644
--- a/src/universe.h
+++ b/src/universe.h
@@ -16,7 +16,7 @@ extern "C" {
16// forwards 16// forwards
17struct DeepPrelude; 17struct DeepPrelude;
18struct Keepers; 18struct Keepers;
19struct Lane; 19class Lane;
20 20
21// ################################################################################################ 21// ################################################################################################
22 22