home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / MachOViewer / Source / RCS / MachOViewwraps.h,v < prev    next >
Encoding:
Text File  |  1994-01-30  |  580 b   |  40 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.1
  10. date     94.01.30.16.29.25;  author ediger;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @/* MachOViewwraps.h generated from MachOViewwraps.psw
  26.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  27.  */
  28.  
  29. #ifndef MACHOVIEWWRAPS_H
  30. #define MACHOVIEWWRAPS_H
  31.  
  32. extern void doFont(float points);
  33.  
  34. extern void drawLabel(float x1, float y1, const char *address, float x2, float y2);
  35.  
  36. extern void drawLeftArrowHead(float x1, float y1, float side);
  37.  
  38. #endif MACHOVIEWWRAPS_H
  39. @
  40.