mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-17 16:17:02 +08:00
8 lines
124 B
C++
8 lines
124 B
C++
#include <Cubed/app.hpp>
|
|
|
|
int main(int argc, char** argv) {
|
|
return Cubed::App::start_cubed_application(argc, argv);
|
|
}
|
|
|
|
|