From 3890256fc57eafb2db83d328b8caf772188e21d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= 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). --- tools/collada/collada.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/collada/collada.cpp') diff --git a/tools/collada/collada.cpp b/tools/collada/collada.cpp index daf30b00d7..3b2c3a99e9 100644 --- a/tools/collada/collada.cpp +++ b/tools/collada/collada.cpp @@ -29,6 +29,7 @@ #ifdef TOOLS_ENABLED #include "collada.h" + #include "stdio.h" //#define DEBUG_DEFAULT_ANIMATION -- cgit v1.2.3