aboutsummaryrefslogtreecommitdiff
path: root/src/parsec_server/include/con_load_sv.h
blob: 9870a3ac1bec3c6782a4ad90b5398ba8aa64dd78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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_