This repository has been archived on 2025-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
2025-03-19 02:10:29 -04:00

17 lines
397 B
C

/**
* Created by: artDev
* Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC.
* For use under LGPL-3.0
*/
#ifndef POJAVLAUNCHER_INT_HASH_H
#define POJAVLAUNCHER_INT_HASH_H
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include "unordered_map.h"
unordered_map* alloc_intmap_safe();
unordered_map* alloc_intmap();
#endif //POJAVLAUNCHER_INT_HASH_H