#include "ConjureEngine/ConjureEngine.h" #include "Demo1.h" int main(int argc, char** argv) { Demo1::Demo1 app; return app.Run(); }