diff options
Diffstat (limited to 'src/control/PedPlacement.h')
-rw-r--r-- | src/control/PedPlacement.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/control/PedPlacement.h b/src/control/PedPlacement.h new file mode 100644 index 00000000..4bd48b62 --- /dev/null +++ b/src/control/PedPlacement.h @@ -0,0 +1,8 @@ +#pragma once + +class CVector; + +class CPedPlacement { +public: + static void FindZCoorForPed(CVector* pos); +};
\ No newline at end of file |