Merge pull request #824 from Spartan322/fix/ahashmap-godot

Fix Godot headers for AHashMap to Redot
This commit is contained in:
George L. Albany
2024-10-31 02:59:23 +00:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
/* a_hash_map.cpp */ /* a_hash_map.cpp */
/**************************************************************************/ /**************************************************************************/
/* This file is part of: */ /* This file is part of: */
/* GODOT ENGINE */ /* REDOT ENGINE */
/* https://godotengine.org */ /* https://redotengine.org */
/**************************************************************************/ /**************************************************************************/
/* Copyright (c) 2024-present Redot Engine contributors */ /* Copyright (c) 2024-present Redot Engine contributors */
/* (see REDOT_AUTHORS.md) */ /* (see REDOT_AUTHORS.md) */

View File

@@ -2,8 +2,8 @@
/* a_hash_map.h */ /* a_hash_map.h */
/**************************************************************************/ /**************************************************************************/
/* This file is part of: */ /* This file is part of: */
/* GODOT ENGINE */ /* REDOT ENGINE */
/* https://godotengine.org */ /* https://redotengine.org */
/**************************************************************************/ /**************************************************************************/
/* Copyright (c) 2024-present Redot Engine contributors */ /* Copyright (c) 2024-present Redot Engine contributors */
/* (see REDOT_AUTHORS.md) */ /* (see REDOT_AUTHORS.md) */

View File

@@ -2,8 +2,8 @@
/* test_a_hash_map.h */ /* test_a_hash_map.h */
/**************************************************************************/ /**************************************************************************/
/* This file is part of: */ /* This file is part of: */
/* GODOT ENGINE */ /* REDOT ENGINE */
/* https://godotengine.org */ /* https://redotengine.org */
/**************************************************************************/ /**************************************************************************/
/* Copyright (c) 2024-present Redot Engine contributors */ /* Copyright (c) 2024-present Redot Engine contributors */
/* (see REDOT_AUTHORS.md) */ /* (see REDOT_AUTHORS.md) */