X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_init.c;h=1e7193146ab778bc2fb18b88c7adedfcb64166f2;hb=8c3eab0efb7f82a94014e0c1342c287e19461041;hp=74c464932ce350f7a708a2b7c330fdf91a055461;hpb=a9bd975460c45c5781ba25ca9360bbe48bdfde88;p=freeglut diff --git a/src/fg_init.c b/src/fg_init.c index 74c4649..1e71931 100644 --- a/src/fg_init.c +++ b/src/fg_init.c @@ -28,6 +28,7 @@ #define FREEGLUT_BUILDING_LIB #include #include "fg_internal.h" +#include "fg_gl2.h" /* * TODO BEFORE THE STABLE RELEASE: @@ -103,7 +104,6 @@ extern void fgPlatformDeinitialiseInputDevices ( void ); extern void fgPlatformCloseDisplay ( void ); extern void fgPlatformDestroyContext ( SFG_PlatformDisplay pDisplay, SFG_WindowContextType MContext ); - void fghParseCommandLineArguments ( int* pargc, char** argv, char **pDisplayName, char **pGeometry ) { #ifndef _WIN32_WCE