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 /core/templates/a_hash_map.cpp | |
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
Diffstat (limited to 'core/templates/a_hash_map.cpp')
-rw-r--r-- | core/templates/a_hash_map.cpp | 4 |
1 files changed, 2 insertions, 2 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) */ |