Show wintools.h syntax highlighted
#ifndef GFXWINTOOLS_INCLUDED // -*- C++ -*-
#define GFXWINTOOLS_INCLUDED
#if !defined(__GNUC__)
# pragma once
#endif
/************************************************************************
Support code for handling various tasks under Win32
$Id: wintools.h 6292 2005-07-01 20:09:07Z abmann $
************************************************************************/
#include <windows.h>
extern HGLRC create_glcontext(HDC dc);
extern int set_pixel_format(HDC dc);
// GFXWINTOOLS_INCLUDED
#endif
See more files for this project here