hedgewars/uFloat.pas
changeset 5124 84267f79879b
parent 5122 9b0513507ba8
child 5151 cbadb9fa52fc
equal deleted inserted replaced
5123:b0b57f247e02 5124:84267f79879b
    32  *
    32  *
    33  * Note: Not all comparisons are implemented.
    33  * Note: Not all comparisons are implemented.
    34  *
    34  *
    35  * Note: Below you'll find a list of hwFloat constants:
    35  * Note: Below you'll find a list of hwFloat constants:
    36  *       E.g. _1 is an hwFloat with value 1.0, and -_0_9 is -0.9
    36  *       E.g. _1 is an hwFloat with value 1.0, and -_0_9 is -0.9
    37  *       Use and extend the list if needed, rather then using hwFloat() with
    37  *       Use and extend the list if needed, rather than using int2hwFloat()
    38  *       integer constants.
    38  *       with integer constants.
    39  *)
    39  *)
    40 interface
    40 interface
    41 
    41 
    42 {$IFDEF FPC}
    42 {$IFDEF FPC}
    43 {$IFDEF ENDIAN_LITTLE}
    43 {$IFDEF ENDIAN_LITTLE}