EXTERN Togl_PixelScale

This commit is contained in:
Joachim Schöberl 2018-05-23 21:20:23 +02:00
parent 75dc76cc95
commit b4294caefa

View File

@ -25,7 +25,7 @@ The interface between the GUI and the netgen library
// to be sure to include the 'right' togl-version
#include "Togl2.1/togl.h"
extern "C" int Togl_PixelScale (const Togl * togl);
EXTERN int Togl_PixelScale (const Togl * togl);
#include "fonts.hpp"