#include "luainterface.h"
#include <QApplication>
#include <log4cxx/xml/domconfigurator.h>
Go to the source code of this file.
|
| int | main (int argc, char *argv[]) |
| |
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 6 of file main.cpp.
7 #if (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))
8 QApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
11 QApplication a(argc, argv);
void initLua()
Read and execute Lua files.