12 lines
132 B
C++
12 lines
132 B
C++
|
#pragma once
|
||
|
#include "ObfVar.hpp"
|
||
|
|
||
|
namespace rage
|
||
|
{
|
||
|
class RageSecurity
|
||
|
{
|
||
|
public:
|
||
|
Obf32 m_lastRun;
|
||
|
Obf32 m_interval;
|
||
|
};
|
||
|
}
|