Merge pull request #47887 from Pineapple/separate-set-3x
[3.x] Separate set.h from map.h
This commit is contained in:
commit
3ded745305
@ -36,6 +36,7 @@
|
|||||||
#include "core/os/dir_access.h"
|
#include "core/os/dir_access.h"
|
||||||
#include "core/os/file_access.h"
|
#include "core/os/file_access.h"
|
||||||
#include "core/print_string.h"
|
#include "core/print_string.h"
|
||||||
|
#include "core/set.h"
|
||||||
|
|
||||||
// Godot's packed file magic header ("GDPC" in ASCII).
|
// Godot's packed file magic header ("GDPC" in ASCII).
|
||||||
#define PACK_HEADER_MAGIC 0x43504447
|
#define PACK_HEADER_MAGIC 0x43504447
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#define MAP_H
|
#define MAP_H
|
||||||
|
|
||||||
#include "core/error_macros.h"
|
#include "core/error_macros.h"
|
||||||
#include "core/set.h"
|
#include "core/os/memory.h"
|
||||||
|
|
||||||
// based on the very nice implementation of rb-trees by:
|
// based on the very nice implementation of rb-trees by:
|
||||||
// https://web.archive.org/web/20120507164830/http://web.mit.edu/~emin/www/source_code/red_black_tree/index.html
|
// https://web.archive.org/web/20120507164830/http://web.mit.edu/~emin/www/source_code/red_black_tree/index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user