Chipmunk2D
Chipmunk2D copied to clipboard
Missing __declspec(dllimport) in chipmunk.h
__declspec(dllimport) is missing in chipmunk.h when defining CP_EXPORT
This is needed when using the shared library (DLL) on Windows using MinGW-w64.