battle_core.h [code] | Declaration of functions referenced during the battle stage of the game and accessing the battlefield array |
battle_functions.c | Definitions of functions declared in battle_core.h |
start_core.c | Implementation of functions declared in start_core.h |
start_core.h [code] | This is a header file containing array definitions and function declarations as used in the initialisation phase |
white.c | This file is run by VCC when the simulation is commenced. It is the main of the core module |
white_interface.h [code] | An automatically generated file for whitebox C in VCC |