adding texthooker.cpp & .h

This commit is contained in:
adelikat 2008-06-30 15:27:58 +00:00
parent 53c9189c98
commit 0491f34c1d
2 changed files with 1589 additions and 0 deletions

1575
src/drivers/win/texthook.cpp Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
#define NETWORK_ERROR -1
#define NETWORK_OK 0
extern int TextHookerScanline;
extern int TextHooker;
extern uint8 hScroll;
extern uint8 vScroll;
extern int callTextHooker;
void TextHookerDoBlit();
void UpdateTextHooker();
void KillTextHooker();
void DoTextHooker();
void TextHookerCheck();