-
Notifications
You must be signed in to change notification settings - Fork 9
Condition Evaluation #698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Condition Evaluation #698
Changes from all commits
d953656
0338a76
16e1429
08bc046
2423a90
d1515c1
1f555ab
12b8b03
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -25,6 +25,7 @@ namespace OpenVic { | |||
| struct StateManager; | ||||
| struct StateSet; | ||||
| struct Strata; | ||||
| struct ConditionNode; | ||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||
|
|
||||
| struct State : PopsAggregate { | ||||
| friend struct StateManager; | ||||
|
|
||||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -42,6 +42,7 @@ | |||
| #include "openvic-simulation/types/TypedIndices.hpp" | ||||
| #include "openvic-simulation/utility/Containers.hpp" | ||||
| #include "openvic-simulation/utility/Logger.hpp" | ||||
| #include "openvic-simulation/core/Typedefs.hpp" | ||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Not related to this PR |
||||
|
|
||||
|
|
||||
| using namespace OpenVic; | ||||
|
|
||||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -35,6 +35,7 @@ namespace OpenVic { | |||
| struct RebelType; | ||||
| struct Religion; | ||||
| struct SellResult; | ||||
| struct ConditionNode; | ||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||
|
|
||||
| struct PopBase { | ||||
| friend PopManager; | ||||
|
|
||||
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No longer needed