From bffaceb579ba66ba675f5b99e93258423b3c97ab Mon Sep 17 00:00:00 2001 From: Filip Gawin Date: Tue, 29 Dec 2020 18:53:36 +0100 Subject: Remove sdk --- sdk/rwsdk/include/d3d8/rpmatfx.h | 237 --------------------------------------- 1 file changed, 237 deletions(-) delete mode 100644 sdk/rwsdk/include/d3d8/rpmatfx.h (limited to 'sdk/rwsdk/include/d3d8/rpmatfx.h') diff --git a/sdk/rwsdk/include/d3d8/rpmatfx.h b/sdk/rwsdk/include/d3d8/rpmatfx.h deleted file mode 100644 index 9b091dd8..00000000 --- a/sdk/rwsdk/include/d3d8/rpmatfx.h +++ /dev/null @@ -1,237 +0,0 @@ - -#ifndef RPMATFX_H -#define RPMATFX_H - -/*===========================================================================* - *--- Include files ---------------------------------------------------------* - *===========================================================================*/ - -#include "rwcore.h" -#include "rpworld.h" - -/*---- start: ./matfx.h----*/ - -#ifndef RPMATFX_MATFX_H -#define RPMATFX_MATFX_H - - -/** - * \defgroup rpmatfx RpMatFX - * \ingroup rpplugin - * - * Material Effects Plugin for RenderWare Graphics. - */ - -/*===========================================================================* - *--- Global Types ----------------------------------------------------------* - *===========================================================================*/ - -/** - * \ingroup rpmatfx - * RpMatFXMaterialFlags, this type represents the different types of - * material effects that can be used on a material. The effects are - * initialized with \ref RpMatFXMaterialSetEffects: - */ -enum RpMatFXMaterialFlags -{ - rpMATFXEFFECTNULL = 0, - rpMATFXEFFECTBUMPMAP = 1, /**