diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-10-31 02:59:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 02:59:23 +0000 |
commit | 632a9c68d2fa6cfbe91d95cf1869fc95b6a41fb6 (patch) | |
tree | 14ebff9ec558a7f7c329087e802cbb345aad53af | |
parent | 1e356b53ae7768e278b5bad7285184ea1dc4588c (diff) | |
parent | a4717daf4bead6061538fc9097b3669070974ab2 (diff) | |
download | redot-engine-632a9c68d2fa6cfbe91d95cf1869fc95b6a41fb6.tar.gz |
Merge pull request #824 from Spartan322/fix/ahashmap-godot
Fix Godot headers for AHashMap to Redot
-rw-r--r-- | core/templates/a_hash_map.cpp | 4 | ||||
-rw-r--r-- | core/templates/a_hash_map.h | 4 | ||||
-rw-r--r-- | tests/core/templates/test_a_hash_map.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/core/templates/a_hash_map.cpp b/core/templates/a_hash_map.cpp index ebb0373924..89cde98637 100644 --- a/core/templates/a_hash_map.cpp +++ b/core/templates/a_hash_map.cpp @@ -2,8 +2,8 @@ /* a_hash_map.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/core/templates/a_hash_map.h b/core/templates/a_hash_map.h index d390b3af0d..81b061deb4 100644 --- a/core/templates/a_hash_map.h +++ b/core/templates/a_hash_map.h @@ -2,8 +2,8 @@ /* a_hash_map.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ diff --git a/tests/core/templates/test_a_hash_map.h b/tests/core/templates/test_a_hash_map.h index 19e5e06057..112d11cf87 100644 --- a/tests/core/templates/test_a_hash_map.h +++ b/tests/core/templates/test_a_hash_map.h @@ -2,8 +2,8 @@ /* test_a_hash_map.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ /* Copyright (c) 2024-present Redot Engine contributors */ /* (see REDOT_AUTHORS.md) */ |