mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-13 01:20:22 +03:00
7 lines
108 B
C
7 lines
108 B
C
#ifndef IQPD_QT_GUI_H
|
|
#define IQPD_QT_GUI_H
|
|
|
|
int runGUI( int argc, char* argv[] );
|
|
|
|
#endif // IQPD_QT_GUI_H
|