8 lines
141 B
C++
8 lines
141 B
C++
#include "ConjureEngine/ConjureEngine.h"
|
|
#include "Demo1.h"
|
|
|
|
int main(int argc, char** argv) {
|
|
Demo1::Demo1 app;
|
|
|
|
return app.Run();
|
|
} |