Skip to content

Commit

Permalink
hashtable: Redesign the hashtable API, make it public.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 14, 2025
1 parent cedf53b commit 9def54a
Show file tree
Hide file tree
Showing 19 changed files with 1,393 additions and 892 deletions.
1 change: 1 addition & 0 deletions include/SDL3/SDL.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
#include <SDL3/SDL_gpu.h>
#include <SDL3/SDL_guid.h>
#include <SDL3/SDL_haptic.h>
#include <SDL3/SDL_hashtable.h>
#include <SDL3/SDL_hidapi.h>
#include <SDL3/SDL_hints.h>
#include <SDL3/SDL_init.h>
Expand Down
625 changes: 625 additions & 0 deletions include/SDL3/SDL_hashtable.h

Large diffs are not rendered by default.

Loading

0 comments on commit 9def54a

Please sign in to comment.