1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 18:57:37 +00:00
re3/src/control/PedType.h
2019-06-17 22:40:15 +02:00

8 lines
81 B
C++

#pragma once
class CPedType
{
public:
static int32 FindPedType(char *type);
};