Conform function headers to coding guidelines (#5255)

* Fixed headers to work with silentspike python script

* Fixed rest of the files

* Fixed ace-team
This commit is contained in:
Phyma
2017-06-08 15:31:51 +02:00
committed by jonpas
parent 4f90d4da80
commit ffaa195fe5
772 changed files with 3072 additions and 779 deletions

View File

@ -1,13 +1,18 @@
/*
* Author: KoffeinFlummi
* Initializes the blue force tracking module.
*
* Arguments:
* Whatever the module provides. (I dunno.)
*
* Return Value:
* None
*/
* Author: KoffeinFlummi
* Initializes the blue force tracking module.
*
* Arguments:
* Whatever the module provides. (I dunno.) <UNKNOWN>
*
* Return Value:
* None
*
* Example:
* call ACE_map_fnc_blueForceTrackingModule
*
* Public: No
*/
#include "script_component.hpp"