Files
Arquivotheca.SunOS-4.1.4/usr.lib/libsuntool/include/suntool/tool_hs.h
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

22 lines
427 B
C

/* @(#)tool_hs.h 1.1 94/10/31 SMI */
/*
* Copyright (c) 1983 by Sun Microsystems, Inc.
*/
/*
* Include this header file to get all tool building related header files.
*/
#ifndef tool_hs_defined
#define tool_hs_defined
#include <signal.h>
#include <pixrect/pixrect_hs.h>
#include <sunwindow/window_hs.h>
#include <suntool/icon.h>
#include <suntool/walkmenu.h>
#include <suntool/tool.h>
#endif tool_hs_defined