|
@@ -21,14 +21,16 @@
|
|
#ifndef LOVE_GRAPHICS_OPENGL_POLYLINE_H
|
|
#ifndef LOVE_GRAPHICS_OPENGL_POLYLINE_H
|
|
#define LOVE_GRAPHICS_OPENGL_POLYLINE_H
|
|
#define LOVE_GRAPHICS_OPENGL_POLYLINE_H
|
|
|
|
|
|
-#include <vector>
|
|
|
|
-
|
|
|
|
// LOVE
|
|
// LOVE
|
|
|
|
+#include "common/config.h"
|
|
#include "common/Vector.h"
|
|
#include "common/Vector.h"
|
|
|
|
|
|
// OpenGL
|
|
// OpenGL
|
|
#include "OpenGL.h"
|
|
#include "OpenGL.h"
|
|
|
|
|
|
|
|
+// C++
|
|
|
|
+#include <vector>
|
|
|
|
+
|
|
namespace love
|
|
namespace love
|
|
{
|
|
{
|
|
namespace graphics
|
|
namespace graphics
|