1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[Core] Change math_2d includes to vector2 includes where relevant

This commit is contained in:
Aaron Franke
2018-05-07 16:35:17 -05:00
parent 9d1b5f4e3b
commit 28fc195339
7 changed files with 7 additions and 7 deletions

View File

@@ -33,8 +33,8 @@
#include "color.h"
#include "line_2d.h"
#include "math_2d.h"
#include "scene/resources/color_ramp.h"
#include "vector2.h"
class LineBuilder {
public: