blob: 23e98ca121fa5d60267d50d150c934aaeed13604 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* PARSEC HEADER: con_load.h
*/
#ifndef _CON_LOAD_H_
#define _CON_LOAD_H_
// external functions
int Cmd_ExecLoadCommand( char *command );
#endif // _CON_LOAD_H_
|