Photon-v2
Photon-v2 copied to clipboard
needs better integer type support in SDL
Currently, integer type in SDL is implemented using int32; this can potentially lead to bugs caused by integer overflow.
Now we have SDL binding classes for all integer types. Need to clarify the semantics of SDL integer in documentation.