mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 16:09:06 +07:00
clean up engine parameters and application classes
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user