summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-10-01 22:36:20 +0200
committerGitHub <noreply@github.com>2019-10-01 22:36:20 +0200
commitfb788a53c3a9e5deca94959213acc086cddfec50 (patch)
treea68a12b2388e0527a4ee4f0549956c17a7107116 /src/peds/Ped.h
parentMerge pull request #214 from erorcun/erorcun (diff)
parentMostly fix (diff)
downloadre3-fb788a53c3a9e5deca94959213acc086cddfec50.tar
re3-fb788a53c3a9e5deca94959213acc086cddfec50.tar.gz
re3-fb788a53c3a9e5deca94959213acc086cddfec50.tar.bz2
re3-fb788a53c3a9e5deca94959213acc086cddfec50.tar.lz
re3-fb788a53c3a9e5deca94959213acc086cddfec50.tar.xz
re3-fb788a53c3a9e5deca94959213acc086cddfec50.tar.zst
re3-fb788a53c3a9e5deca94959213acc086cddfec50.zip
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r--src/peds/Ped.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h
index 91cd8f99..fd26f2d1 100644
--- a/src/peds/Ped.h
+++ b/src/peds/Ped.h
@@ -667,8 +667,6 @@ public:
static void LoadFightData(void);
// Callbacks
- static RwObject *SetPedAtomicVisibilityCB(RwObject *object, void *data);
- static RwFrame *RecurseFrameChildrenVisibilityCB(RwFrame *frame, void *data);
static void PedGetupCB(CAnimBlendAssociation *assoc, void *arg);
static void PedStaggerCB(CAnimBlendAssociation *assoc, void *arg);
static void PedEvadeCB(CAnimBlendAssociation *assoc, void *arg);