Moved as many callback setters as possible to macro function generators
[freeglut] / src / fg_callback_macros.h
2017-06-30 Rcmaniac25Moved as many callback setters as possible to macro...
2017-06-30 Rcmaniac25Fixed bug where, under c89 mode, callback macros wouldn...
2017-06-30 Rcmaniac25Added compiler feature detection for __VA_ARGS__ and...
2017-06-30 Rcmaniac25Implemented pre-C99 support for macro expansion for...
2017-06-30 Rcmaniac25Bug fix for GCC compiler usage
2017-06-30 Rcmaniac25Initial refactoring of callback macros to make sure...