13 lines
No EOL
155 B
C++
13 lines
No EOL
155 B
C++
#pragma once
|
|
|
|
namespace rage
|
|
{
|
|
|
|
template <typename T>
|
|
class fwRefAwareBaseImpl : public T
|
|
{
|
|
private:
|
|
void *m_ref; // 0x08
|
|
};
|
|
|
|
} |