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