mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-18 00:27:02 +08:00
feat: add ChunkGenerator
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#include <Cubed/app.hpp>
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
|
||||
static_assert(sizeof(int) == sizeof(int32_t));
|
||||
static_assert(sizeof(unsigned int) == sizeof(uint32_t));
|
||||
|
||||
return Cubed::App::start_cubed_application(argc, argv);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user