Add commments in CBot.h
parent
f9ab37fd14
commit
0f491ce433
|
@ -17,6 +17,12 @@
|
||||||
* along with this program. If not, see http://gnu.org/licenses
|
* along with this program. If not, see http://gnu.org/licenses
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \file CBot.h
|
||||||
|
* \brief Public interface of CBot language interpreter. CBot.h is the only file
|
||||||
|
* that should be included by any Colobot files outside of the CBot module.
|
||||||
|
*/
|
||||||
|
|
||||||
// Modules inlcude
|
// Modules inlcude
|
||||||
#include "CBot/CBotFileUtils.h"
|
#include "CBot/CBotFileUtils.h"
|
||||||
#include "CBot/CBotClass.h"
|
#include "CBot/CBotClass.h"
|
||||||
|
|
Loading…
Reference in New Issue