summaryrefslogtreecommitdiffstats
path: root/src/CBot/CBotStack.cpp
diff options
context:
space:
mode:
authorZaba999 <zaba.marcin@gmail.com>2012-07-10 22:58:52 +0200
committerZaba999 <zaba.marcin@gmail.com>2012-07-10 22:58:52 +0200
commit1910219518afb26edf7329e0945b9ddba8061a08 (patch)
tree57e72fa1803ab58358cab01055d883aa2fc32e60 /src/CBot/CBotStack.cpp
parentdbd62c96aa351dc1c21e3392348edda2eb012e09 (diff)
downloadcolobot-1910219518afb26edf7329e0945b9ddba8061a08.tar.gz
colobot-1910219518afb26edf7329e0945b9ddba8061a08.tar.bz2
colobot-1910219518afb26edf7329e0945b9ddba8061a08.zip
Dependency on WINAPI completely removed.
Diffstat (limited to 'src/CBot/CBotStack.cpp')
-rw-r--r--src/CBot/CBotStack.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/CBot/CBotStack.cpp b/src/CBot/CBotStack.cpp
index 77ed7d7..291a1e5 100644
--- a/src/CBot/CBotStack.cpp
+++ b/src/CBot/CBotStack.cpp
@@ -13,7 +13,12 @@
// *
// * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.//////////////////////////////////////////////////////////////////////
-// gestion de la pile (stack)
+
+/**
+ * \file CBotStack.cpp
+ * \brief Management of the stack
+ */
+
#include "CBot.h"
#include <cstdlib>