ThemsAllTook / libstem_gamepad

Gamepad C API wrapper for OS X, Windows, and Linux
Other
183 stars 31 forks source link

stdbool.h replacement for VS2010 #4

Closed oncer closed 9 years ago

oncer commented 9 years ago

To fix compilation errors in Visual Studio 2010, I'm adding some definitions that will replicate the functionality needed from stdbool.h, which is not available in VS2010.