#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, /**