summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/CharacterController/physCharacterController.h
blob: 5f45b6c961efadf00739b670bd498a7d71a5d115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once
#include "KingSystem/Physics/physDefines.h"

namespace ksys::phys {

class CharacterController {
public:
    void sub_7100F5EC30();
    void sub_7100F60604();
    void disableContactLayer(ContactLayer);
};

}  // namespace ksys::phys