dxx-rebirth/include/clipboard.h
md2211 d393f32eed * Removed executable flag on most files
* Reverted value of SOUND_MAX_VOLUME
2007-09-21 19:06:05 +00:00

10 lines
213 B
C

#ifndef _CLIPBOARD_H
#define _CLIPBOARD_H
#define MAX_PASTE_SIZE 36
// fills the specified buffer with clipboard text. returns number chars copied
extern int getClipboardText(char *text, int strlength);
#endif