home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
util
/
wb
/
forceicon
/
source
/
forceicon_gst.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-08-19
|
1KB
|
57 lines
/*
Auto: smake ForceIcon
*/
/* $Revision Header built automatically *************** (do not edit) ************
**
** © Copyright by GuntherSoft
**
** File : SnakeSYS:CPrgs/Utils/ForceIcon/ForceIcon_gst.c
** Created on : Wednesday, 20.10.93 17:09:33
** Created by : Kai Iske
** Current revision : V1.0
**
**
** Purpose
** -------
** - Preincludes for ForceIcon
**
** Revision V1.0
** --------------
** created on Wednesday, 20.10.93 17:09:33 by Kai Iske. LogMessage :
** --- Initial release ---
**
*********************************************************************************/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stddef.h>
#include <math.h>
#include <exec/types.h>
#include <exec/memory.h>
#include <exec/execbase.h>
#include <exec/semaphores.h>
#include <dos/dos.h>
#include <dos/dosextens.h>
#include <dos/filehandler.h>
#include <intuition/intuition.h>
#include <intuition/sghooks.h>
#include <libraries/iffparse.h>
#include <libraries/asl.h>
#include <libraries/mui.h>
#include <workbench/workbench.h>
#include <workbench/startup.h>
#include <clib/alib_protos.h>
#include <proto/exec.h>
#include <proto/intuition.h>
#include <proto/dos.h>
#include <proto/icon.h>
#include <proto/utility.h>
#include <proto/iffparse.h>
#include <proto/asl.h>
#include <proto/muimaster.h>
#include "ForceIcon.h"