diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-08-02 18:36:50 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-08-02 18:36:50 +0200 |
commit | a786dd45a4ebc6b91936b5e46d0ef0a9befc05af (patch) | |
tree | ced50966eaaf373f8733547046baf2bdc558662d /rwsdk/include/d3d8/rtpng.h | |
parent | Merge branch 'master' of https://github.com/GTAmodding/re3 into erorcun (diff) | |
download | re3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.tar re3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.tar.gz re3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.tar.bz2 re3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.tar.lz re3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.tar.xz re3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.tar.zst re3-a786dd45a4ebc6b91936b5e46d0ef0a9befc05af.zip |
Diffstat (limited to 'rwsdk/include/d3d8/rtpng.h')
-rw-r--r-- | rwsdk/include/d3d8/rtpng.h | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/rwsdk/include/d3d8/rtpng.h b/rwsdk/include/d3d8/rtpng.h deleted file mode 100644 index 694c8400..00000000 --- a/rwsdk/include/d3d8/rtpng.h +++ /dev/null @@ -1,49 +0,0 @@ - -/*************************************************************************** - * * - * Module : rtPng.h * - * * - * Purpose : Load PNG format files * - * * - **************************************************************************/ - -#ifndef RTPNG_H -#define RTPNG_H - -/** - * \defgroup rtpng RtPNG - * \ingroup rttool - * - * PNG/Portable Network Graphics Image Format Toolkit for RenderWare. - * - * See also http://www.libpng.org/pub/png/ - */ - -/**************************************************************************** - Includes - */ - -/*--- Include files ---*/ -#include "rwcore.h" - -#include "rtpng.rpe" /* automatically generated header file */ - -/**************************************************************************** - Function prototypes - */ - -#ifdef __cplusplus -extern "C" -{ -#endif /* __cplusplus */ - -extern RwImage *RtPNGImageWrite(RwImage * image, const RwChar * imageName); -extern RwImage *RtPNGImageRead(const RwChar * imageName); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -/* RWPUBLICEND */ - -#endif /* RTPNG_H */ |