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