summaryrefslogtreecommitdiff
path: root/Client/Source/Graphics/PolyLine.cpp
blob: 911b3e51672355c7d636ee23ed32d1b3d22ef2aa (plain)
1
2
3
4
5
6
7
8
9
#include "PolyLine.h"
#include "Color.h"
#include "../Math/Math.h"

struct PolyLineVBOLayout
{
	Vector3f position;
    Color32 color;
};