14 lines
No EOL
218 B
C++
14 lines
No EOL
218 B
C++
#pragma once
|
|
|
|
#include "datBase.hpp"
|
|
#include "fwRefAwareBaseImpl.hpp"
|
|
|
|
namespace rage
|
|
{
|
|
|
|
class fwRefAwareBase : public fwRefAwareBaseImpl<datBase>
|
|
{
|
|
};
|
|
static_assert(sizeof(fwRefAwareBase) == 0x10);
|
|
|
|
} |