| 1162 | } |
| 1163 | |
| 1164 | xAnimState* xAnimTableGetState(xAnimTable* table, const char* name) |
| 1165 | { |
| 1166 | return xAnimTableGetStateID(table, xStrHash(name)); |
| 1167 | } |
| 1168 | |
| 1169 | static void EffectActiveInsert(xAnimSingle* single, xAnimActiveEffect* active) |
| 1170 | { |
no test coverage detected