mirror of
https://github.com/Relintai/gdnative.git
synced 2025-03-13 11:48:54 +01:00
Added note so I don't forget to implement double support for real.
This commit is contained in:
parent
7ee8f7a647
commit
3145948cb0
@ -135,6 +135,9 @@ typedef int pandemonium_int;
|
|||||||
|
|
||||||
/////// real
|
/////// real
|
||||||
|
|
||||||
|
// TODO add real_t -> float/double support!
|
||||||
|
// If the engine is built with doubles as real_t this won't work, as the structs won't line up!
|
||||||
|
|
||||||
typedef float pandemonium_real;
|
typedef float pandemonium_real;
|
||||||
|
|
||||||
/////// Object (forward declared)
|
/////// Object (forward declared)
|
||||||
|
Loading…
Reference in New Issue
Block a user