mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 19:49:54 +00:00
13 lines
No EOL
185 B
C++
13 lines
No EOL
185 B
C++
|
|
#include "editor.hpp"
|
|
|
|
#include <QtGui/QApplication>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
QApplication mApplication (argc, argv);
|
|
|
|
CS::Editor editor;
|
|
|
|
return editor.run();
|
|
} |