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:
parent
eb892cd0f1
commit
e4213e66b2
1527 changed files with 2313 additions and 238 deletions
|
|
@ -27,8 +27,9 @@
|
|||
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
#ifndef VSCRIPT_H
|
||||
#define VSCRIPT_H
|
||||
|
||||
#ifndef VISUAL_SCRIPT_H
|
||||
#define VISUAL_SCRIPT_H
|
||||
|
||||
#include "os/thread.h"
|
||||
#include "script_language.h"
|
||||
|
|
@ -617,4 +618,4 @@ static Ref<VisualScriptNode> create_node_generic(const String &p_name) {
|
|||
return node;
|
||||
}
|
||||
|
||||
#endif // VSCRIPT_H
|
||||
#endif // VISUAL_SCRIPT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue