facebookarchive / pop

An extensible iOS and OS X animation library, useful for physics-based interactions.
Other
19.66k stars 2.88k forks source link

Make externs more correct #399

Closed nlutsenko closed 6 years ago

nlutsenko commented 6 years ago

This is a reapplication of #385, but now rebased on top of latest master.

POP has nontrivial C++. Global symbols should have proper linkage declared. This is easy enough - just wrap it in extern "C" { ... }.