home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 110
/
EnigmaAmiga110CD.iso
/
indispensabili
/
docks
/
toolmanager3.1
/
developer
/
c
/
include
/
proto
/
toolmanager.h
Wrap
C/C++ Source or Header
|
1998-06-01
|
721b
|
25 lines
#ifndef PROTO_TOOLMANAGER_H
#define PROTO_TOOLMANAGER_H
/*
* proto/toolmanager.h V3.1
*
* SAS/C proto include file for toolmanager.library
*
* Copyright (C) 1990-98 Stefan Becker
*
* This source code is for educational purposes only. You may study it
* and copy ideas or algorithms from it for your own projects. It is
* not allowed to use any of the source codes (in full or in parts)
* in other programs. Especially it is not allowed to create variants
* of ToolManager or ToolManager-like programs from this source code.
*
*/
#include <exec/types.h>
extern struct Library *ToolManagerBase;
#include <clib/toolmanager_protos.h>
#include <pragmas/toolmanager_pragmas.h>
#endif /* PROTO_TOOLMANAGER_H */