re3/src/control/PedType.h

8 lines
81 B
C
Raw Normal View History

2019-06-17 08:30:02 +00:00
#pragma once
class CPedType
{
public:
static int32 FindPedType(char *type);
};