mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 02:38:58 +00:00
8 lines
No EOL
128 B
C++
8 lines
No EOL
128 B
C++
#pragma once
|
|
|
|
class CRouteNode
|
|
{
|
|
public:
|
|
static int16 GetRouteThisPointIsOn(int16);
|
|
static CVector GetPointPosition(int16);
|
|
}; |