mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-10 21:39:15 +00:00
7 lines
93 B
C
7 lines
93 B
C
|
#pragma once
|
||
|
|
||
|
class CRouteNode
|
||
|
{
|
||
|
public:
|
||
|
static int16 GetRouteThisPointIsOn(int16 point);
|
||
|
};
|