File: ui.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 (21 lines) | stat: -rw-r--r-- 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* 
 * Team structure
 *
 * $Id: ui.h,v 1.4 2004/08/22 22:01:28 jon Exp $
 *
 * Copyright 1999-2004 Jon Trulson under the ARTISTIC LICENSE. (See LICENSE).
 */

#ifndef _UI_H
#define _UI_H

/* ui specific */
void uiInitColors(void);
void uiPutColor(cqColor col);

/* ui generic */
void dspReplayMenu(void);
void dspReplayHelp(void);

int uiCStrlen(char *buf);
#endif /* _UI_H */