mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-11-10 03:44:53 -08:00
12 lines
233 B
C
12 lines
233 B
C
// Joyshock grime wrapper
|
|
|
|
#if __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Wreturn-type-c-linkage"
|
|
#endif
|
|
|
|
#include "JoyShockLibrary/JoyShockLibrary.h"
|
|
|
|
#if __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif |