adding texthooker.cpp & .h
This commit is contained in:
parent
53c9189c98
commit
0491f34c1d
File diff suppressed because it is too large
Load Diff
|
@ -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();
|
Loading…
Reference in New Issue