home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 20 / AACD20.BIN / AACD / Programming / AmiSlate-Source / AmiSource-h / drawrexx_rxif_aux.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-31  |  1.0 KB  |  43 lines

  1. /* Things we want to include in drawrexx_rxif.c but don't
  2.    want overwritten */
  3.    
  4. #include <clib/intuition_protos.h>
  5. #include <clib/graphics_protos.h>
  6. #include <intuition/intuition.h>
  7. #include <devices/timer.h>
  8.  
  9. #include "drawrexx.h"
  10. #include "drawrexx_aux.h"
  11. #include "amislate.h"
  12. #include "tools.h"
  13. #include "palette.h"
  14. #include "drawlang.h"
  15. #include "drawtcp.h"
  16. #include "remote.h"
  17. #include "flood.h"
  18. #include "asl.h"
  19. #include "StringRequest.h"
  20.  
  21. extern struct PaintInfo PState;
  22. extern struct Window *DrawWindow;
  23. extern struct Screen *Scr;
  24. extern BOOL BSafeFloods;
  25. extern BOOL BNetConnect;
  26. extern BOOL BProgramDone;
  27. extern BOOL BPalettesLocked;
  28. extern char targethost[80];
  29. extern FILE *fpOut;
  30. extern char szSendString[256], szReceiveString[256];
  31. extern int Not[2];
  32. extern char szVersionString[];
  33. extern struct timerequest *TimerIO;
  34.  
  35. __chip extern UBYTE waitPointer[];
  36.  
  37. int XRexxPen = -1, YRexxPen = -1;
  38.  
  39. extern BYTE bFloodFromCode;
  40. extern BOOL BIFFLoadPending;
  41. extern BOOL BRexxProtectInter, BRexxExpand, BRexxLoadPalette;
  42.  
  43.