1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 15:57:37 +00:00
re3/src/peds/PedRoutes.h

8 lines
128 B
C
Raw Normal View History

2019-08-12 22:30:31 +00:00
#pragma once
class CRouteNode
{
public:
2019-09-26 21:01:50 +00:00
static int16 GetRouteThisPointIsOn(int16);
static CVector GetPointPosition(int16);
2019-08-12 22:30:31 +00:00
};