/* * PARSEC HEADER: con_load.h */ #ifndef _CON_LOAD_H_ #define _CON_LOAD_H_ // external functions int Cmd_ExecLoadCommand( char *command ); #endif // _CON_LOAD_H_