Fast-forward master to working and delete working #1

Merged
AMNatty merged 29 commits from working into master 2022-04-06 09:04:32 +00:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 96239be4ed - Show all commits

View File

@ -19,6 +19,7 @@
* Added the `IVersion` interface
* Added support for version objects
* As a result, all fields except the version string are no longer compile-time constants
* `[PlutoCore]` Made `PlutoApplication`'s constructor private
Awaiting implementation:
* `[PlutoLib]` Moved `cz.tefek.pluto.io.pluto.pp` to `cz.tefek.pluto.io.plutopackage`

View File

@ -31,6 +31,11 @@ public abstract class PlutoApplication
protected abstract void loop();
protected PlutoApplication()
{
}
/**
* A set of values used to create a new {@link PlutoApplication}.
*