Serious-Engine/Sources/Engine/Models/RenderModel_internal.h
2016-03-11 15:57:17 +02:00

18 lines
365 B
C

/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
#ifndef SE_INCL_RENDERMODEL_INTERNAL_H
#define SE_INCL_RENDERMODEL_INTERNAL_H
#ifdef PRAGMA_ONCE
#pragma once
#endif
extern CDrawPort *_pdp;
extern CAnyProjection3D _aprProjection;
extern UBYTE *_pubMask;
extern SLONG _slMaskWidth;
extern SLONG _slMaskHeight;
#endif /* include-once check. */