home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 August: Tool Chest / Dev.CD Aug 98 TC.toast / Sample Code / Snippets / Sound / Speech Recognition sample / _headers / Toolbox.h < prev   
Encoding:
C/C++ Source or Header  |  1996-11-15  |  223 b   |  15 lines  |  [TEXT/CWIE]

  1. #ifndef __TOOLBOX__
  2. #define __TOOLBOX__
  3.  
  4. #include <Fonts.h>
  5. #include <Memory.h>
  6. #include <Quickdraw.h>
  7. #include <Windows.h>
  8. #include <Menus.h>
  9. #include <TextEdit.h>
  10. #include <Dialogs.h>
  11.  
  12. void        ToolBoxInit            (void);
  13.  
  14. #endif
  15.