From aea3f99859366d2ec0323e4dbbd35e0928631ef4 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Mon, 25 May 2026 17:31:17 +0100 Subject: [PATCH] fx.collections: update exported classes --- assemblies/fx.collections/assembly.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assemblies/fx.collections/assembly.c b/assemblies/fx.collections/assembly.c index d94f636..fb40416 100644 --- a/assemblies/fx.collections/assembly.c +++ b/assemblies/fx.collections/assembly.c @@ -7,8 +7,7 @@ FX_ASSEMBLY_BEGIN() FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "array", fx_array); FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "bitbuffer", fx_bitbuffer); FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "bitmap", fx_bitmap); - FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "dict", fx_dict); + FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "hashtable", fx_hashtable); FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "hashmap", fx_hashmap); FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "list", fx_list); - FX_ASSEMBLY_EXPORT_TYPE("fx.collections", "tree", fx_tree); FX_ASSEMBLY_END()