repo.or.cz
/
mines3d.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
AboutForm.ui: About dialog for mines3d v2.
[mines3d.git]
/
ui
/
qt
/
qt_gui.h
blob
3a94a7f8e1a1e1580d0e73375e27603ba37fa3a5
1
/*
2
* File: qt_gui.h
3
* Created: 6.1.2010
4
* Author: Petr Kubizňák
5
* Purpose:
6
*/
7
8
9
#ifndef QT_GUI_H_
10
#define QT_GUI_H_
11
12
/* spusti hru v qt grafickem modu */
13
int
qtMain
(
int
argc
,
char
*
argv
[]);
14
15
#endif
/* QT_GUI_H_ */