Iros
 
Loading...
Searching...
No Matches
floats.h
Go to the documentation of this file.
1#pragma once
2
3namespace di::types {
4using f32 = float;
5using f64 = double;
6}
7
8namespace di {
9using types::f32;
10using types::f64;
11}
12
13#if !defined(DI_NO_GLOBALS) && !defined(DI_NO_GLOBAL_TYPES)
14using di::f32;
15using di::f64;
16#endif
Definition method.h:5
float f32
Definition floats.h:4
double f64
Definition floats.h:5
Definition zstring_parser.h:9