X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=d593a2c781b0e9c5f006f40efc3314818709e77f;hb=0850bcd142570b0e7ae0f8be1b9a6fd0daac59bb;hp=081ae9ce541958590e8c61c769afbd611e33ac9d;hpb=027fcf9e66356b06563140740f8d1c7bc05c9987;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 081ae9c..d593a2c 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -105,8 +105,6 @@ #endif /* These files should be available on every platform. */ -#include -#include #include #include #include @@ -911,6 +909,8 @@ void fgWarning( const char *fmt, ... ); int fgHintPresent(Window window, Atom property, Atom hint); #endif +SFG_Proc fghGetProcAddress( const char *procName ); + #endif /* FREEGLUT_INTERNAL_H */ /*** END OF FILE ***/