More peds

This commit is contained in:
eray orçunus
2019-08-13 01:30:31 +03:00
parent c3c9b1c40e
commit e5d089db88
6 changed files with 456 additions and 16 deletions

7
src/peds/PedRoutes.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
class CRouteNode
{
public:
static int16 GetRouteThisPointIsOn(int16 point);
};