diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-03-29 12:11:56 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-03-29 12:11:56 +0100 |
commit | acb203829bfd12b4cc0c90f82cb70a4d111bce46 (patch) | |
tree | a36653f50954a3242866b8d19b7c328130b35238 /src/universe.h | |
parent | 749b9ed927929c3492def9a241a5267394306551 (diff) | |
download | lanes-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.h | 2 |
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 |
17 | struct DeepPrelude; | 17 | struct DeepPrelude; |
18 | struct Keepers; | 18 | struct Keepers; |
19 | struct Lane; | 19 | class Lane; |
20 | 20 | ||
21 | // ################################################################################################ | 21 | // ################################################################################################ |
22 | 22 | ||