diff options
author | aap <aap@papnet.eu> | 2019-06-01 01:58:19 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-01 01:58:19 +0200 |
commit | 0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4 (patch) | |
tree | cff2857719651063516878e83a9a472b7f900fed /src/render/Sprite.h | |
parent | Merge pull request #4 from Fire-Head/master (diff) | |
download | re3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.tar re3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.tar.gz re3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.tar.bz2 re3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.tar.lz re3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.tar.xz re3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.tar.zst re3-0476a41883ed1ec1db0e9d34ac9d4a1d4420f4d4.zip |
Diffstat (limited to 'src/render/Sprite.h')
-rw-r--r-- | src/render/Sprite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/Sprite.h b/src/render/Sprite.h index 7bc5c35e..33953ff3 100644 --- a/src/render/Sprite.h +++ b/src/render/Sprite.h @@ -13,6 +13,7 @@ public: static void InitSpriteBuffer2D(void); static void FlushSpriteBuffer(void); static void RenderOneXLUSprite(float x, float y, float z, float w, float h, uint8 r, uint8 g, uint8 b, int16 intens, float recipz, uint8 a); + static void RenderOneXLUSprite_Rotate_Aspect(float x, float y, float z, float w, float h, uint8 r, uint8 g, uint8 b, int16 intens, float recipz, float roll, uint8 a); static void RenderBufferedOneXLUSprite(float x, float y, float z, float w, float h, uint8 r, uint8 g, uint8 b, int16 intens, float recipz, uint8 a); static void RenderBufferedOneXLUSprite_Rotate_Dimension(float x, float y, float z, float w, float h, uint8 r, uint8 g, uint8 b, int16 intens, float recipz, float roll, uint8 a); static void RenderBufferedOneXLUSprite_Rotate_Aspect(float x, float y, float z, float w, float h, uint8 r, uint8 g, uint8 b, int16 intens, float recipz, float roll, uint8 a); |