summaryrefslogtreecommitdiff
path: root/2.3-1/src/c/elementaryFunctions/includes/get_float.h
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/src/c/elementaryFunctions/includes/get_float.h')
-rw-r--r--2.3-1/src/c/elementaryFunctions/includes/get_float.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/2.3-1/src/c/elementaryFunctions/includes/get_float.h b/2.3-1/src/c/elementaryFunctions/includes/get_float.h
index 1ada71c9..285cb9c9 100644
--- a/2.3-1/src/c/elementaryFunctions/includes/get_float.h
+++ b/2.3-1/src/c/elementaryFunctions/includes/get_float.h
@@ -31,6 +31,8 @@ EXTERN_ELEMFUNCT float dfloats(double in);
EXTERN_ELEMFUNCT float i8floats(int8 in);
+EXTERN_ELEMFUNCT float u8floats(uint8 in);
+
EXTERN_ELEMFUNCT float u16floats(uint16 in);
EXTERN_ELEMFUNCT float i16floats(int16 in);