pdcurses/pdcwin.h

Mon, 25 Jan 2016 04:15:31 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Mon, 25 Jan 2016 04:15:31 +0200
branch
protocol5
changeset 130
9f54db6f9922
parent 97
2d43f05b284c
permissions
-rw-r--r--

Commit ZFC's end of reliable RCON streams

/* Public Domain Curses */

/* $Id: pdcwin.h,v 1.6 2008/07/13 06:36:32 wmcbrine Exp $ */

#ifdef PDC_WIDE
# define UNICODE
#endif

#include <windows.h>
#undef MOUSE_MOVED
#include <curspriv.h>

extern unsigned char *pdc_atrtab;
extern HANDLE pdc_con_out, pdc_con_in;
extern DWORD pdc_quick_edit;

extern int PDC_get_buffer_rows(void);

mercurial