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:
@@ -150,7 +150,7 @@ namespace
|
||||
vertex2{color32::yellow()}};
|
||||
}
|
||||
|
||||
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