We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a15544 commit f4b1a84Copy full SHA for f4b1a84
3 files changed
src/xrEngine/Feel_Touch.h
@@ -7,6 +7,7 @@ namespace Feel
7
{
8
class ENGINE_API Touch : private pure_relcase
9
10
+ friend class pure_relcase;
11
public:
12
struct DenyTouch
13
src/xrEngine/Feel_Vision.h
@@ -17,6 +17,7 @@ const float lr_granularity = 0.1f; // assume similar positions
17
18
class ENGINE_API Vision : private pure_relcase
19
20
21
private:
22
xr_vector<CObject*> seen;
23
xr_vector<CObject*> query;
src/xrGame/game_sv_deathmatch.h
@@ -10,6 +10,7 @@ class IClient;
class game_sv_Deathmatch : public game_sv_mp,private pure_relcase
14
typedef game_sv_mp inherited;
15
protected:
16
struct RPointData
0 commit comments