aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/je_gl.cpp
blob: f27f7ba7e3867163972596b4f9c2e652531cbea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define OGL2D_IMPLEMENT
#include "je_gl.h"

namespace JinEngine
{
	namespace Graphics
	{

		OpenGL gl;

	}
}