mirror of
https://github.com/rehlds/rehlds.git
synced 2025-03-13 05:50:20 +03:00
8 lines
178 B
C
8 lines
178 B
C
#pragma once
|
|
|
|
#include "osconfig.h"
|
|
#include "static_map.h"
|
|
|
|
extern char* Ed_StrPool_Alloc(const char* str);
|
|
extern void Ed_StrPool_Reset();
|
|
extern void Ed_StrPool_Init(); |