mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Merge pull request #824 from Spartan322/fix/ahashmap-godot
Fix Godot headers for AHashMap to Redot
This commit is contained in:
@@ -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) */
|
||||||
|
|||||||
@@ -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) */
|
||||||
|
|||||||
@@ -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) */
|
||||||
|
|||||||
Reference in New Issue
Block a user