home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 110 / EnigmaAmiga110CD.iso / indispensabili / docks / toolmanager3.1 / developer / c / include / pragmas / toolmanager_pragmas.h
C/C++ Source or Header  |  1998-06-01  |  1KB  |  33 lines

  1. #ifndef PRAGMAS_TOOLMANAGER_PRAGMAS_H
  2. #define PRAGMAS_TOOLMANAGER_PRAGMAS_H
  3.  
  4. /*
  5.  * pragmas/toolmanager_pragmas.h  V3.1
  6.  *
  7.  * Inline declarations for toolmanager.library functions
  8.  *
  9.  * Copyright (C) 1990-98 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. #pragma libcall ToolManagerBase QuitToolManager 24 00
  20. #pragma libcall ToolManagerBase AllocTMHandle 2A 00
  21. #pragma libcall ToolManagerBase FreeTMHandle 30 801
  22. #pragma libcall ToolManagerBase CreateTMObjectTagList 36 A09804
  23. #ifdef __SASC_60
  24. #pragma tagcall ToolManagerBase CreateTMObjectTags 36 A09804
  25. #endif
  26. #pragma libcall ToolManagerBase DeleteTMObject 3C 9802
  27. #pragma libcall ToolManagerBase ChangeTMObjectTagList 42 A9803
  28. #ifdef __SASC_60
  29. #pragma tagcall ToolManagerBase ChangeTMObjectTags 42 A9803
  30. #endif
  31.  
  32. #endif /* PRAGMAS_TOOLMANAGER_PRAGMAS_H */
  33.