Is there any ENet function I can call to get its current compiled version? If not, could you please add one? Just a function that can be called any time that returns ENET_VERSION would be all I'd need...

I was thinking enet_initialize_with_callbacks might work, but that appears to only fail if it's below 1.3.0, not below the current version.

This would be useful to me because in a C# library there's no good way to know which version of ENet is being used, especially given that on Linux 1.3.3 is packaged with Ubuntu, on Windows it may be running 1.3.6, etc. I'd like to be able to support multiple versions portably, but this is only possible if I can figure out which version's native structures are being used.

Thank you

James

_______________________________________________
ENet-discuss mailing list
[email protected]
http://lists.cubik.org/mailman/listinfo/enet-discuss

Reply via email to