Open aconstlink opened 8 months ago
It would be nice to have const variables in msl code which could be replaced during compilation.
const
Example:
const vec3_t my_value = vec3_t( 1.0f, 1.0f, 0.4f ) ;
This requires item #62 to work.
It would be nice to have
const
variables in msl code which could be replaced during compilation.Example:
const vec3_t my_value = vec3_t( 1.0f, 1.0f, 0.4f ) ;
This requires item #62 to work.