mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-03 05:44:08 +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);
|
|
}; |