From 3890256fc57eafb2db83d328b8caf772188e21d4 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Mon, 16 Jan 2017 08:04:19 +0100 Subject: Style: Cleanups, added headers, renamed files Made sure files in core/ and tools/ have a proper Godot license header when written by us. Also renamed aabb.{cpp,h} and object_type_db.{cpp,h} to rect3.{cpp,h} and class_db.{cpp,h} respectively. Also added a proper header to core/io/base64.{c,h} after clarifying the licensing with the original author (public domain). --- core/reference.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'core/reference.cpp') diff --git a/core/reference.cpp b/core/reference.cpp index 69e053cc1..d21caf083 100644 --- a/core/reference.cpp +++ b/core/reference.cpp @@ -27,6 +27,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ #include "reference.h" + #include "script_language.h" -- cgit v1.2.3-70-g09d2