mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 01:21:26 +00:00
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).
This commit is contained in:
parent
b400c69cd4
commit
3890256fc5
168 changed files with 782 additions and 118 deletions
|
|
@ -27,6 +27,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
#include "script_text_editor.h"
|
||||
|
||||
#include "tools/editor/editor_settings.h"
|
||||
#include "os/keyboard.h"
|
||||
#include "tools/editor/script_editor_debugger.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue