mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
18 lines
365 B
C
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. */
|
|
|