diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2020-12-29 18:53:36 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2020-12-29 18:53:36 +0100 |
commit | bffaceb579ba66ba675f5b99e93258423b3c97ab (patch) | |
tree | f1e0e8ef4002d2e5b444678c4c98dd8785cbe980 /sdk/rwsdk/include/d3d8/rpmipkl.h | |
parent | Reorder CEntity functions into their original order (diff) | |
download | re3-bffaceb579ba66ba675f5b99e93258423b3c97ab.tar re3-bffaceb579ba66ba675f5b99e93258423b3c97ab.tar.gz re3-bffaceb579ba66ba675f5b99e93258423b3c97ab.tar.bz2 re3-bffaceb579ba66ba675f5b99e93258423b3c97ab.tar.lz re3-bffaceb579ba66ba675f5b99e93258423b3c97ab.tar.xz re3-bffaceb579ba66ba675f5b99e93258423b3c97ab.tar.zst re3-bffaceb579ba66ba675f5b99e93258423b3c97ab.zip |
Diffstat (limited to 'sdk/rwsdk/include/d3d8/rpmipkl.h')
-rw-r--r-- | sdk/rwsdk/include/d3d8/rpmipkl.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/sdk/rwsdk/include/d3d8/rpmipkl.h b/sdk/rwsdk/include/d3d8/rpmipkl.h deleted file mode 100644 index 5b8f7e51..00000000 --- a/sdk/rwsdk/include/d3d8/rpmipkl.h +++ /dev/null @@ -1,38 +0,0 @@ -/** - * PS2 Mipmap K&L plugin for Renderware. - */ - -#ifndef RPMIPMAPKLPLUGIN_H -#define RPMIPMAPKLPLUGIN_H - -/** - * \defgroup rpmipkl RpMipmapKL - * \ingroup rpplugin - * - * PS2/MipMap KL Value Plugin for RenderWare Graphics. - */ - -#include <rwcore.h> - -#ifdef __cplusplus -extern "C" -{ -#endif - -extern RwReal RpMipmapKLTextureSetDefaultK(RwReal val); -extern RwUInt32 RpMipmapKLTextureSetDefaultL(RwUInt32 val); -extern RwReal RpMipmapKLTextureGetDefaultK(void); -extern RwUInt32 RpMipmapKLTextureGetDefaultL(void); - -extern RwTexture *RpMipmapKLTextureSetK(RwTexture *tex, RwReal val); -extern RwTexture *RpMipmapKLTextureSetL(RwTexture *tex, RwUInt32 val); -extern RwReal RpMipmapKLTextureGetK(RwTexture *tex); -extern RwUInt32 RpMipmapKLTextureGetL(RwTexture *tex); - -extern RwBool RpMipmapKLPluginAttach(void); - -#ifdef __cplusplus -} -#endif - -#endif /* RPMIPMAPKLPLUGIN_H */ |