summaryrefslogtreecommitdiffstats
path: root/rwsdk/include/d3d8/rtras.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-08-02 18:36:50 +0200
committerSergeanur <s.anureev@yandex.ua>2020-08-02 18:36:50 +0200
commita786dd45a4ebc6b91936b5e46d0ef0a9befc05af (patch)
treeced50966eaaf373f8733547046baf2bdc558662d /rwsdk/include/d3d8/rtras.h
parentMerge branch 'master' of https://github.com/GTAmodding/re3 into erorcun (diff)
downloadre3-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/rtras.h')
-rw-r--r--rwsdk/include/d3d8/rtras.h54
1 files changed, 0 insertions, 54 deletions
diff --git a/rwsdk/include/d3d8/rtras.h b/rwsdk/include/d3d8/rtras.h
deleted file mode 100644
index 0a9064a8..00000000
--- a/rwsdk/include/d3d8/rtras.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/***************************************************************************
- * *
- * Module : rtRAS.h *
- * *
- * Purpose : Load RAS format files *
- * *
- **************************************************************************/
-
-#ifndef RTRAS_H
-#define RTRAS_H
-
-/**
- * \defgroup rtras RtRAS
- * \ingroup rttool
- *
- * RAS/Sun Raster Fule Format Image Format Toolkit for RenderWare.
- *
- * See also http://www.sworks.com/hollasch/cgindex/formats/sunraster.html
- *
- */
-
-/****************************************************************************
- Includes
- */
-
-/*--- Include files ---*/
-#include "rwcore.h"
-
-#include "rtras.rpe" /* automatically generated header file */
-
-/****************************************************************************
- Function prototypes
- */
-
-#ifdef __cplusplus
-extern "C"
-{
-#endif /* __cplusplus */
-
-extern RwImage *RtRASImageWrite(RwImage * image,
- const RwChar * imageName);
-extern RwImage *RtRASImageRead(const RwChar * imageName);
-
-extern void _rwImageGammaUnCorrectArrayOfRGBA(RwRGBA * rgbaOut,
- RwRGBA * rgbaIn,
- RwInt32 numEls);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-/* RWPUBLICEND */
-
-#endif /* RTRAS_H */