File: clientlb.h

package info (click to toggle)
conquest 8.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,984 kB
  • ctags: 3,086
  • sloc: ansic: 39,393; sh: 8,540; yacc: 446; makefile: 296; lex: 146
file content (20 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* 
 * Per client (conquest) info
 *
 * $Id: clientlb.h,v 1.4 2004/05/08 21:01:41 jon Exp $
 *
 * Copyright 2003 Jon Trulson under the ARTISTIC LICENSE. (See LICENSE).
 */

#ifndef CLIENTLB_H_INCLUDED
#define CLIENTLB_H_INCLUDED

#include "conqdef.h"
#include "datatypes.h"
#include "protocol.h"

void clntStoreMessage(spMessage_t *msg);
void clntDisplayFeedback(char *msg);
char *clntServerFlagsStr(Unsgn32 flags);

#endif /* CLIENTLB_H_INCLUDED */