Skip to content

Commit

Permalink
Updated array list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed Feb 24, 2024
1 parent 97c5d13 commit 6145a80
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 380 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ add_library(${PROJECT_NAME} STATIC
seika/data_structures/ska_array2d.c
seika/data_structures/ska_linked_list.c
seika/data_structures/se_array_utils.c
seika/data_structures/se_array_list.c
seika/data_structures/ska_array_list.c
seika/data_structures/se_queue.c
seika/data_structures/se_hash_map.c
seika/data_structures/se_hash_map_string.c
Expand Down
265 changes: 0 additions & 265 deletions seika/data_structures/se_array_list.c

This file was deleted.

60 changes: 0 additions & 60 deletions seika/data_structures/se_array_list.h

This file was deleted.

Loading

0 comments on commit 6145a80

Please sign in to comment.