global.h: alais foug_bool_t to int (instead of int8_t)
This commit is contained in:
parent
59e5daf983
commit
36594dc120
@ -47,7 +47,7 @@ typedef unsigned long long uint64_t;
|
|||||||
|
|
||||||
#endif /* FOUG_USE_STDINT_H */
|
#endif /* FOUG_USE_STDINT_H */
|
||||||
|
|
||||||
typedef int8_t foug_bool_t;
|
typedef int foug_bool_t;
|
||||||
typedef float foug_real32_t;
|
typedef float foug_real32_t;
|
||||||
typedef double foug_real64_t;
|
typedef double foug_real64_t;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user