JurassicParkTrespasser/jp2_pc/Source/GroffBuild/precomp.h
2018-01-01 23:07:24 +01:00

29 lines
583 B
C

//---------------------------------------------------------------------------
//
// Copyright DreamWorks Interactive 1995
//
// File: precomp.h
//
// Description: Precompiled header file
//
// Classes:
//
// Functions:
//
// History: 15-Jul-96 SHernd Created
//
//---------------------------------------------------------------------------
#ifndef __PRECOMP_H__
#define __PRECOMP_H__
#include "..\lib\w95\wininclude.hpp"
#include <windows.h>
#include <windowsx.h>
#include <commctrl.h>
#include "lib\groff\groff.hpp"
#endif // __PRECOMP_H__