Added comments to all ATragMX functions

This commit is contained in:
ulteq
2015-04-11 23:40:46 +02:00
parent e108598b36
commit ef0884c49d
42 changed files with 643 additions and 3 deletions

View File

@ -1,3 +1,18 @@
/*
* Author: Ruthberg
* Calculates the fireing solution and updates the result input/output fields
*
* Arguments:
* Nothing
*
* Return Value:
* Nothing
*
* Example:
* call ace_atragmx_calculate_target_solution
*
* Public: No
*/
#include "script_component.hpp"
[] call FUNC(parse_input);