halflife-photomode/dlls/extdll.h

39 lines
966 B
C
Raw Normal View History

/***
2013-08-30 13:34:05 -07:00
*
* Copyright (c) 1996-2001, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* Use, distribution, and modification of this source code and/or resulting
* object code is restricted to non-commercial enhancements to products from
* Valve LLC. All other use, distribution, or modification is prohibited
* without written permission from Valve LLC.
*
****/
#pragma once
2013-08-30 13:34:05 -07:00
//
// Global header file for extension DLLs
//
#include "Platform.h"
2013-08-30 13:34:05 -07:00
// Header file containing definition of globalvars_t and entvars_t
// Vector class
#include "mathlib.h"
2013-08-30 13:34:05 -07:00
// Shared engine/DLL constants
#include "const.h"
#include "progdefs.h"
#include "edict.h"
// Shared header describing protocol between engine and DLLs
#include "eiface.h"
// Shared header between the client DLL and the game DLLs
#include "cdll_dll.h"