about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedsdl1types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/generated/wrappedsdl1types.h')
-rw-r--r--src/wrapped/generated/wrappedsdl1types.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrappedsdl1types.h b/src/wrapped/generated/wrappedsdl1types.h
index 0dd02b2d..2e7240d5 100644
--- a/src/wrapped/generated/wrappedsdl1types.h
+++ b/src/wrapped/generated/wrappedsdl1types.h
@@ -1,5 +1,5 @@
 /*******************************************************************
- * File automatically generated by rebuild_wrappers.py (v2.0.1.14) *
+ * File automatically generated by rebuild_wrappers.py (v2.0.2.15) *
  *******************************************************************/
 #ifndef __wrappedsdl1TYPES_H_
 #define __wrappedsdl1TYPES_H_
@@ -12,6 +12,7 @@
 #endif
 
 typedef void (*vFp_t)(void*);
+typedef int64_t (*iFv_t)(void);
 typedef int64_t (*iFp_t)(void*);
 typedef uint64_t (*uFp_t)(void*);
 typedef uint64_t (*UFp_t)(void*);
@@ -32,6 +33,14 @@ typedef void* (*pFpippp_t)(void*, int64_t, void*, void*, void*);
 	GO(SDL_KillThread, vFp_t) \
 	GO(SDL_SetEventFilter, vFp_t) \
 	GO(SDL_UnloadObject, vFp_t) \
+	GO(SDL_Has3DNow, iFv_t) \
+	GO(SDL_Has3DNowExt, iFv_t) \
+	GO(SDL_HasAltiVec, iFv_t) \
+	GO(SDL_HasMMX, iFv_t) \
+	GO(SDL_HasMMXExt, iFv_t) \
+	GO(SDL_HasRDTSC, iFv_t) \
+	GO(SDL_HasSSE, iFv_t) \
+	GO(SDL_HasSSE2, iFv_t) \
 	GO(SDL_GetWMInfo, iFp_t) \
 	GO(SDL_RemoveTimer, iFp_t) \
 	GO(SDL_ReadBE16, uFp_t) \