summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-06-04 04:10:50 +0200
committerSergeanur <s.anureev@yandex.ua>2020-06-04 04:10:50 +0200
commit07c6752cf7f09b519ec2f7a33e91807b9228bdde (patch)
tree58bd549a11f487baca571e956c22f5538142d005 /src/peds/Ped.h
parentRevert "fix accident~" (diff)
parentPedChat & PedDebug (diff)
downloadre3-07c6752cf7f09b519ec2f7a33e91807b9228bdde.tar
re3-07c6752cf7f09b519ec2f7a33e91807b9228bdde.tar.gz
re3-07c6752cf7f09b519ec2f7a33e91807b9228bdde.tar.bz2
re3-07c6752cf7f09b519ec2f7a33e91807b9228bdde.tar.lz
re3-07c6752cf7f09b519ec2f7a33e91807b9228bdde.tar.xz
re3-07c6752cf7f09b519ec2f7a33e91807b9228bdde.tar.zst
re3-07c6752cf7f09b519ec2f7a33e91807b9228bdde.zip
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r--src/peds/Ped.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h
index 4afe1844..0d7ff972 100644
--- a/src/peds/Ped.h
+++ b/src/peds/Ped.h
@@ -1064,8 +1064,21 @@ public:
#ifndef MASTER
// Mobile things
+ void DebugDrawPedDestination(CPed *, int, int);
+ void DebugDrawPedDesiredHeading(CPed *, int, int);
+ void DebugDrawCollisionRadius(float, float, float, float, int);
+ void DebugDrawVisionRange(CVector, float);
+ void DebugDrawVisionSimple(CVector, float);
+ void DebugDrawLook();
+ void DebugDrawPedPsyche();
+ void DebugDrawDebugLines();
+
static void SwitchDebugDisplay(void);
+ static int GetDebugDisplay(void);
+
+ void DebugDrawLookAtPoints();
void DebugRenderOnePedText(void);
+ void DebugRenderClosePedText();
#endif
#ifdef COMPATIBLE_SAVES