Refactored some class names.

This commit is contained in:
Jonathan Naylor
2021-02-16 20:05:03 +00:00
parent 6344f8b9ef
commit ff9712b36a
18 changed files with 184 additions and 186 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20210101";
const char* VERSION = "20210216";
#endif