aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/hge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hge.h b/include/hge.h
index 836a2b9..1ccab9d 100644
--- a/include/hge.h
+++ b/include/hge.h
@@ -424,6 +424,7 @@ public:
virtual void CALL Gfx_FinishBatch(int nprim) = 0;
virtual void CALL Gfx_SetClipping(int x=0, int y=0, int w=0, int h=0) = 0;
virtual void CALL Gfx_SetTransform(float x=0, float y=0, float dx=0, float dy=0, float rot=0, float hscale=0, float vscale=0) = 0;
+ virtual void CALL Gfx_SetTDRotate(float ang=0, float x=0, float y=0, float z=0) = 0;
virtual HTARGET CALL Target_Create(int width, int height, bool zbuffer) = 0;
virtual void CALL Target_Free(HTARGET target) = 0;