mirror of
https://github.com/Relintai/pandemonium_engine_docs.git
synced 2025-01-06 15:00:03 +01:00
Fix inconsistencies.
This commit is contained in:
parent
5dd773971a
commit
3007ff2b03
@ -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.
|
||||||
|
``````
|
@ -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.
|
||||||
```
|
``````
|
@ -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.
|
||||||
```
|
``````
|
Loading…
Reference in New Issue
Block a user