diff options
| author | Juan Linietsky | 2014-02-24 09:53:33 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-02-24 09:53:33 -0300 |
| commit | 4b07eb8deb03ce8c7870d621cd03d04d45f4caaa (patch) | |
| tree | 3314811f8a347ae60d951163c19d291b46381511 /modules/gdscript/gd_pretty_print.cpp | |
| parent | 51609ffc04290f8bd1ecbd9cf1639c0cc6368fac (diff) | |
| download | godot-4b07eb8deb03ce8c7870d621cd03d04d45f4caaa.tar.gz godot-4b07eb8deb03ce8c7870d621cd03d04d45f4caaa.tar.zst godot-4b07eb8deb03ce8c7870d621cd03d04d45f4caaa.zip | |
Diffstat (limited to 'modules/gdscript/gd_pretty_print.cpp')
| -rw-r--r-- | modules/gdscript/gd_pretty_print.cpp | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/modules/gdscript/gd_pretty_print.cpp b/modules/gdscript/gd_pretty_print.cpp new file mode 100644 index 000000000..a5a993bb3 --- /dev/null +++ b/modules/gdscript/gd_pretty_print.cpp @@ -0,0 +1,34 @@ +/*************************************************************************/ +/* gd_pretty_print.cpp */ +/*************************************************************************/ +/* This file is part of: */ +/* GODOT ENGINE */ +/* http://www.godotengine.org */ +/*************************************************************************/ +/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be */ +/* included in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ +/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/*************************************************************************/ +#include "gd_pretty_print.h" + +GDPrettyPrint::GDPrettyPrint() { + + +} |
