hostsupport/hostopengles20/src/half.h
branchbug235_bringup_0
changeset 77 b0395290e61f
parent 76 24381b61de5c
equal deleted inserted replaced
76:24381b61de5c 77:b0395290e61f
    29 #ifndef HALF_H_
    29 #ifndef HALF_H_
    30 #define HALF_H_
    30 #define HALF_H_
    31 
    31 
    32 #include "common.h"
    32 #include "common.h"
    33 
    33 
       
    34 #ifdef __cplusplus
       
    35 extern "C"
       
    36 {
       
    37 #endif /* __cplusplus */
       
    38 
    34 GLfloat dglConvertHalfToFloat(khronos_int16_t half);
    39 GLfloat dglConvertHalfToFloat(khronos_int16_t half);
    35 
    40 
       
    41 #ifdef __cplusplus
       
    42 }
       
    43 #endif /* __cplusplus */
       
    44 
    36 #endif /* HALF_H_ */
    45 #endif /* HALF_H_ */