Sha256: 964705fe1a6e227f385d40488e2fa6319ad57cac1e10b4d26506afe85e73cee2

Contents?: true

Size: 297 Bytes

Versions: 4

Compression:

Stored size: 297 Bytes

Contents

#ifndef GOSUIMPL_GRAPHICS_COMMON_HPP
#define GOSUIMPL_GRAPHICS_COMMON_HPP

#ifdef WIN32
#include <windows.h>
#endif
#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif

namespace Gosu
{
    class Texture;
    class TexChunk;
    struct DrawOp;
    class DrawOpQueue;
}

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gosu-0.7.10.1 GosuImpl/Graphics/Common.hpp
gosu-0.7.10.2 GosuImpl/Graphics/Common.hpp
gosu-0.7.10.3 GosuImpl/Graphics/Common.hpp
gosu-0.7.11 GosuImpl/Graphics/Common.hpp