From a786dd45a4ebc6b91936b5e46d0ef0a9befc05af Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Sun, 2 Aug 2020 19:36:50 +0300 Subject: Move sdk and eax --- rwsdk/include/d3d8/rpmatfx.h | 237 ------------------------------------------- 1 file changed, 237 deletions(-) delete mode 100644 rwsdk/include/d3d8/rpmatfx.h (limited to 'rwsdk/include/d3d8/rpmatfx.h') diff --git a/rwsdk/include/d3d8/rpmatfx.h b/rwsdk/include/d3d8/rpmatfx.h deleted file mode 100644 index 9b091dd8..00000000 --- a/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, /**