home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / db3.6-beta-src / design.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-15  |  208 b   |  11 lines

  1.  
  2. #include "db.h"
  3.  
  4. /* Needed global variables. */
  5.  
  6. /* Functions you may call */
  7.  
  8. void Design(struct Pro *Pr, struct Layout *Lay);
  9. static void ToolBoxClicked(struct Pro *Pr, struct Layout *Lay, int gadgetID);
  10.  
  11.