Add missing copyright headers and fix formatting
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*************************************************************************/
|
||||
/* check_button.cpp */
|
||||
/* check_box.cpp */
|
||||
/*************************************************************************/
|
||||
/* This file is part of: */
|
||||
/* GODOT ENGINE */
|
||||
@ -27,6 +27,7 @@
|
||||
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#include "check_box.h"
|
||||
|
||||
#include "servers/visual_server.h"
|
||||
|
||||
Reference in New Issue
Block a user