mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
6 lines
242 B
C
6 lines
242 B
C
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
ENGINE_API INDEX ska_GetIDFromStringTable(CTString strName);
|
|
ENGINE_API CTString ska_GetStringFromTable(INDEX iIndex);
|
|
ENGINE_API INDEX ska_FindStringInTable(CTString strName);
|