LeviLamina
Loading...
Searching...
No Matches
OwnerPtr.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
#include "mc/deps/game_refs/GameRefs.h"
5
6
template
<
typename
T>
7
class
OwnerPtr
:
public
GameRefs
<T>::OwnerStorage {
8
public
:
9
using
Base = GameRefs<T>::OwnerStorage;
10
using
Base::Base;
11
12
constexpr
OwnerPtr
(Base
const
& ptr) : Base(ptr) {}
13
constexpr
OwnerPtr
(Base&& ptr) : Base(std::move(ptr)) {}
14
};
OwnerPtr
Definition
OwnerPtr.h:7
GameRefs
Definition
GameRefs.h:6
src
mc
deps
game_refs
OwnerPtr.h
Generated on Sat Apr 26 2025 05:55:27 for LeviLamina by
1.12.0