clean up engine parameters and application classes

This commit is contained in:
2019-05-18 14:44:01 +07:00
parent 0ebb9bcfaf
commit c3f6f93d7e
10 changed files with 177 additions and 158 deletions

View File

@@ -105,7 +105,7 @@ namespace
vertex{{-x, y, z}, {0, 0}}};
}
class game final : public application {
class game final : public engine::application {
public:
bool initialize() final {
the<vfs>().register_scheme<archive_file_source>(