Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion code/components/gta-core-rdr3/include/Pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ namespace rage

GTA_CORE_EXPORT void* PoolAllocate(atPoolBase* pool);

GTA_CORE_EXPORT void PoolRelease(atPoolBase* pool, void* entry);
GTA_CORE_EXPORT void PoolRelease(atPoolBase* pool, void* entry);

GTA_CORE_EXPORT std::string GetPoolName(uint32_t hash);

inline atPoolBase* GetPoolBase(const char* hashString)
{
Expand Down
Loading
Loading