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