summaryrefslogtreecommitdiff
path: root/plugins/ao/eng_psf/peops2/externals.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ao/eng_psf/peops2/externals.h')
-rw-r--r--plugins/ao/eng_psf/peops2/externals.h32
1 files changed, 11 insertions, 21 deletions
diff --git a/plugins/ao/eng_psf/peops2/externals.h b/plugins/ao/eng_psf/peops2/externals.h
index 83e74c08..c916af67 100644
--- a/plugins/ao/eng_psf/peops2/externals.h
+++ b/plugins/ao/eng_psf/peops2/externals.h
@@ -35,27 +35,17 @@
#include "ao.h"
-typedef int8 s8;
-typedef int16 s16;
-typedef int32 s32;
-typedef int64 s64;
-
-typedef uint8 u8;
-typedef uint16 u16;
-typedef uint32 u32;
-typedef uint64 u64;
-
-#if LSB_FIRST
-static INLINE u16 BFLIP16(u16 x)
-{
- return x;
-}
-#else
-static INLINE u16 BFLIP16(u16 x)
-{
- return( ((x>>8)&0xFF)| ((x&0xFF)<<8) );
-}
-#endif
+//#if LSB_FIRST
+//static INLINE u16 BFLIP16(u16 x)
+//{
+// return x;
+//}
+//#else
+//static INLINE u16 BFLIP16(u16 x)
+//{
+// return( ((x>>8)&0xFF)| ((x&0xFF)<<8) );
+//}
+//#endif
/////////////////////////////////////////////////////////
// generic defines