pond3r / ggpo

Good Game, Peace Out Rollback Network SDK
MIT License
3.17k stars 363 forks source link

Added cross platform dll export #22

Closed ksmit799 closed 4 years ago

ksmit799 commented 4 years ago

Added cross-platform dll export. When compiling the SDK, GGPO_SDK_EXPORT should be defined otherwise, the ggponet header will import rather than export.

pond3r commented 4 years ago

Let's stage all the cross platform work on the dev/crossplatform branch, please. (see https://github.com/pond3r/ggpo/pull/17 for context). Thanks!