Overte C++ Documentation
GrabManager.h
1 //
2 // GrabManager.h
3 // interface/src/avatar/
4 //
5 // Created by Seth Alves on 2018-12-4.
6 // Copyright 2018 High Fidelity, Inc.
7 //
8 // Distributed under the Apache License, Version 2.0.
9 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
10 //
11 
12 #include <AvatarData.h>
13 #include <EntityTreeRenderer.h>
14 #include "AvatarManager.h"
15 
16 class GrabManager : public QObject, public Dependency {
17  Q_OBJECT
18  SINGLETON_DEPENDENCY
19 
20 public:
21  void simulateGrabs();
22 
23 };