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 /tests/core | |
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 'tests/core')
-rw-r--r-- | tests/core/templates/test_a_hash_map.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) */ |