1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Add a bunch of missing Godot headers in own files

This commit is contained in:
Rémi Verschelde
2017-03-05 15:47:28 +01:00
parent 481e511082
commit e1c1d7d1d7
180 changed files with 3789 additions and 122 deletions

View File

@@ -5,7 +5,7 @@
/* GODOT ENGINE */
/* http://www.godotengine.org */
/*************************************************************************/
/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */
/* Copyright (c) 2007-2017 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 */
@@ -73,4 +73,4 @@ PowerJavascript::PowerJavascript() : nsecs_left(-1), percent_left(-1), power_sta
}
PowerJavascript::~PowerJavascript() {
}
}