1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-08 20:25:28 +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);
};