source:
ogBrowser-Git/src/main.cpp
@
c1e4a93
Last change on this file since c1e4a93 was c1e4a93, checked in by , 15 years ago | |
---|---|
|
|
File size: 197 bytes |
Line | |
---|---|
1 | #include <QtGui/QApplication> |
2 | #include "core.h" |
3 | #include <stdio.h> |
4 | #include <QDebug> |
5 | |
6 | int main(int argc, char *argv[]) |
7 | { |
8 | QApplication a(argc, argv); |
9 | Core* core=new Core(); |
10 | return a.exec(); |
11 | } |
Note: See TracBrowser
for help on using the repository browser.