Added note so I don't forget to implement double support for real.

This commit is contained in:
Relintai 2023-05-30 20:32:26 +02:00
parent 7ee8f7a647
commit 3145948cb0

View File

@ -135,6 +135,9 @@ typedef int pandemonium_int;
/////// 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;
/////// Object (forward declared)