generated from hertog/godot-module-template
6 lines
108 B
C#
6 lines
108 B
C#
#if REAL_T_IS_DOUBLE
|
|
global using real_t = System.Double;
|
|
#else
|
|
global using real_t = System.Single;
|
|
#endif
|