Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ship_commands.h File Reference

Go to the source code of this file.

Functions

void InitShipCommands ()
 
void UninitShipCommands ()
 

Function Documentation

void InitShipCommands ( )

Definition at line 139 of file ship_commands.cpp.

References ship_commands.

Referenced by main().

140 {
141  if (ship_commands) delete ship_commands;
143 }
void UninitShipCommands ( )

Definition at line 145 of file ship_commands.cpp.

References ship_commands.

Referenced by main().

146 {
147  if (ship_commands) delete ship_commands;
148  ship_commands = NULL;
149 }