mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user