summaryrefslogtreecommitdiffstats
path: root/src/peds/PedRoutes.h
blob: 2530ebe6f4a3ac736521c5c9116cb05e78ef6043 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

class CRouteNode
{
public:
	static int16 GetRouteThisPointIsOn(int16 point);
};