home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / varia / toolmanager / developer / c / include / proto / toolmanager.h
C/C++ Source or Header  |  1977-12-31  |  721b  |  25 lines

  1. #ifndef PROTO_TOOLMANAGER_H
  2. #define PROTO_TOOLMANAGER_H
  3.  
  4. /*
  5.  * proto/toolmanager.h  V3.0
  6.  *
  7.  * SAS/C proto include file for toolmanager.library
  8.  *
  9.  * Copyright (C) 1990-97 Stefan Becker
  10.  *
  11.  * This source code is for educational purposes only. You may study it
  12.  * and copy ideas or algorithms from it for your own projects. It is
  13.  * not allowed to use any of the source codes (in full or in parts)
  14.  * in other programs. Especially it is not allowed to create variants
  15.  * of ToolManager or ToolManager-like programs from this source code.
  16.  *
  17.  */
  18.  
  19. #include <exec/types.h>
  20. extern struct Library *ToolManagerBase;
  21.  
  22. #include <clib/toolmanager_protos.h>
  23. #include <pragmas/toolmanager_pragmas.h>
  24. #endif /* PROTO_TOOLMANAGER_H */
  25.