File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
libopenage/gamestate/component Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- // Copyright 2021-2023 the openage authors. See copying.md for legal info.
1+ // Copyright 2021-2024 the openage authors. See copying.md for legal info.
22
33#pragma once
44
77
88namespace openage ::gamestate::component {
99
10- class Idle : public APIComponent {
10+ class Idle final : public APIComponent {
1111public:
1212 using APIComponent::APIComponent;
1313
Original file line number Diff line number Diff line change 1414
1515
1616namespace openage ::gamestate::component {
17- class Live : public APIComponent {
17+ class Live final : public APIComponent {
1818public:
1919 using APIComponent::APIComponent;
2020
Original file line number Diff line number Diff line change 1- // Copyright 2021-2023 the openage authors. See copying.md for legal info.
1+ // Copyright 2021-2024 the openage authors. See copying.md for legal info.
22
33#pragma once
44
88
99namespace openage ::gamestate::component {
1010
11- class Move : public APIComponent {
11+ class Move final : public APIComponent {
1212public:
1313 using APIComponent::APIComponent;
1414
Original file line number Diff line number Diff line change 1- // Copyright 2023-2023 the openage authors. See copying.md for legal info.
1+ // Copyright 2023-2024 the openage authors. See copying.md for legal info.
22
33#pragma once
44
1010
1111namespace openage ::gamestate::component {
1212
13- class Selectable : public APIComponent {
13+ class Selectable final : public APIComponent {
1414public:
1515 using APIComponent::APIComponent;
1616
Original file line number Diff line number Diff line change 1- // Copyright 2021-2023 the openage authors. See copying.md for legal info.
1+ // Copyright 2021-2024 the openage authors. See copying.md for legal info.
22
33#pragma once
44
1010
1111namespace openage ::gamestate::component {
1212
13- class Turn : public APIComponent {
13+ class Turn final : public APIComponent {
1414public:
1515 using APIComponent::APIComponent;
1616
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class Node;
2727
2828namespace component {
2929
30- class Activity : public InternalComponent {
30+ class Activity final : public InternalComponent {
3131public:
3232 /* *
3333 * Creates a new activity component.
Original file line number Diff line number Diff line change 1- // Copyright 2021-2023 the openage authors. See copying.md for legal info.
1+ // Copyright 2021-2024 the openage authors. See copying.md for legal info.
22
33#pragma once
44
@@ -19,7 +19,7 @@ class EventLoop;
1919
2020namespace gamestate ::component {
2121
22- class CommandQueue : public InternalComponent {
22+ class CommandQueue final : public InternalComponent {
2323public:
2424 /* *
2525 * Creates an Ownership component.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class EventLoop;
1919
2020namespace gamestate ::component {
2121
22- class Ownership : public InternalComponent {
22+ class Ownership final : public InternalComponent {
2323public:
2424 /* *
2525 * Creates an Ownership component.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class EventLoop;
2020
2121namespace gamestate ::component {
2222
23- class Position : public InternalComponent {
23+ class Position final : public InternalComponent {
2424public:
2525 /* *
2626 * Create a Position component.
You can’t perform that action at this time.
0 commit comments