home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / TVCOLR.ZIP / LINK.H < prev    next >
Text File  |  1994-02-08  |  680b  |  25 lines

  1. // File    : LINK.H
  2. // Author  : Eric Woodruff,  CIS ID: 72134,1150
  3. // Updated : Tue 02/08/94 10:27:39
  4. // Note    : Hereby declared public domain
  5. // Compiler: Borland C++ 3.1/4.0
  6. //
  7. // Header file defining the __link() definitions.
  8. //
  9.  
  10. // Link in the standard Turbo Vision stuff.
  11. __link(RButton)
  12. __link(RColorDialog)
  13. __link(RDialog)
  14. __link(RMenuBar)
  15. __link(RResourceCollection)
  16. __link(RScrollBar)
  17. __link(RStatusLine)
  18.  
  19. // Non-standard (user-defined) stuff
  20.  
  21. // NOTE: Always be sure to include this line once somewhere in your
  22. //       program if you are using streamed TColorText objects!
  23. //       (i.e. loading them from a resource file)
  24. __link(RColorText)
  25.