Fix inconsistencies.

This commit is contained in:
Relintai 2024-05-04 14:24:30 +02:00
parent 5dd773971a
commit 3007ff2b03
4 changed files with 163 additions and 161 deletions

View File

@ -94,6 +94,7 @@ And then the cpp file.
Summator::Summator() { Summator::Summator() {
count = 0; count = 0;
} }
```
Then, the new class needs to be registered somehow, so two more files Then, the new class needs to be registered somehow, so two more files
need to be created: need to be created:
@ -561,3 +562,4 @@ some (hopefully positive) surprises.
saved/loaded. saved/loaded.
- By this same logic, you can extend the Editor and almost any area of - By this same logic, you can extend the Editor and almost any area of
the engine. the engine.
``````

View File

@ -176,4 +176,4 @@ attribution to "Péter Magyar and the Pandemonium community, and Juan Linietsky,
By contributing to the documentation on the GitHub repository, you agree that By contributing to the documentation on the GitHub repository, you agree that
your changes are distributed under this license. your changes are distributed under this license.
``` ``````

View File

@ -133,4 +133,4 @@ the `Creative Commons Attribution 3.0 license (CC-BY-3.0) ( https://tldrlegal.co
By contributing to the documentation on the GitHub repository, you agree that By contributing to the documentation on the GitHub repository, you agree that
your changes are distributed under this license. your changes are distributed under this license.
``` ``````