qt/MainForm.cpp: Unneeded variable removed (take it easy ;-) - furthermore it made...
[mines3d.git] / ui / console / console.h
blob4c28907f0e241900c2e77a5cc5538697aec4222d
1 /*
2 * File: console.h
3 * Created: 6.1.2010
4 * Author: Petr Kubizňák
5 * Purpose:
6 */
9 #ifndef CONSOLE_H_
10 #define CONSOLE_H_
12 /* spusti hru v konzolovem modu */
13 int consoleMain(void);
15 #endif /* CONSOLE_H_ */