Skip to content

Commit

Permalink
Merge pull request #824 from Spartan322/fix/ahashmap-godot
Browse files Browse the repository at this point in the history
Fix Godot headers for AHashMap to Redot
  • Loading branch information
Spartan322 authored Oct 31, 2024
2 parents 1e356b5 + a4717da commit 632a9c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/templates/a_hash_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down
4 changes: 2 additions & 2 deletions core/templates/a_hash_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down
4 changes: 2 additions & 2 deletions tests/core/templates/test_a_hash_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

0 comments on commit 632a9c6

Please sign in to comment.