Add doxygen description to remaining engine files

This commit is contained in:
Anders Jenbo 2020-07-05 05:49:41 +02:00
commit 1ba96a6777
52 changed files with 263 additions and 28 deletions

View file

@ -1,3 +1,8 @@
/**
* @file tmsg.cpp
*
* Implementation of functionality transmitting chat messages.
*/
#include "all.h"
static TMsg *sgpTimedMsgHead;