mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-16 06:00:28 +02:00
8 lines
153 B
C++
Executable file
8 lines
153 B
C++
Executable file
#include "svoviewer.h"
|
|
#include <QtWidgets/QApplication>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
SvoViewer svoV(argc, argv);
|
|
return svoV.exec();
|
|
}
|