1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-12 03:08:30 +00:00
re3/src/peds/PedRoutes.h
2019-09-27 00:01:50 +03:00

8 lines
128 B
C++

#pragma once
class CRouteNode
{
public:
static int16 GetRouteThisPointIsOn(int16);
static CVector GetPointPosition(int16);
};