mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 11:58:30 +01:00
9 lines
130 B
C
9 lines
130 B
C
|
|
|
|
//making it accesible for main
|
|
#ifdef _WIN32
|
|
__declspec( dllexport ) int Do_gl3wInit(void);
|
|
#else
|
|
int Do_gl3wInit(void);
|
|
#endif
|