MCPcopy Create free account
hub / github.com/LibreVR/Revive / HackInfo

Class HackInfo

Revive/Session.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <map>
11
12struct HackInfo
13{
14 const char* m_filename; // The filename of the main executable
15 const char* m_driver; // The name of the driver
16 Hack m_hack; // Which hack is it?
17 bool m_usehack; // Should it use the hack?
18};
19
20HackInfo g_known_hacks[] = {
21 { "Stormland.exe", nullptr, HACK_SAME_FOV_FOR_BOTH_EYES, true },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected