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

7 lines
93 B
C
Raw Normal View History

2019-08-12 22:30:31 +00:00
#pragma once
class CRouteNode
{
public:
static int16 GetRouteThisPointIsOn(int16 point);
};