mirror of
https://github.com/OpenTrespasser/JurassicParkTrespasser.git
synced 2024-12-19 15:11:57 +00:00
29 lines
583 B
C
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__
|