mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
7 lines
474 B
C++
7 lines
474 B
C++
integer () StringHash_Create = #0;
|
|
integer (integer hashid) StringHash_Destroy = #0;
|
|
integer (integer hashid, string key, string value, integer value_id) StringHash_Set = #0;
|
|
string (integer hashid, string key, integer value_id) StringHash_Get = #0;
|
|
integer (integer hashid) StringHash_Length = #0;
|
|
string (integer hashid, integer idx, integer value_id) StringHash_GetIdx = #0;
|
|
integer (integer hashid, integer idx, string value, integer value_id) StringHash_SetIdx = #0;
|