achimdoebler / UGUI

µGUI - Open Source GUI module for embedded systems
Other
1.2k stars 415 forks source link

Add extern C to prevent name mangling #18

Open zgoda opened 8 years ago

zgoda commented 8 years ago

Without

#ifdef __cplusplus
extern "C" {
#endif // __cplusplus

at the beginning and later proper closing the library will not compile in C++ project.