mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
tassetptr impl, harvesting stuff, relevancy?
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "Quat.h"
|
||||
#include "Vector.h"
|
||||
|
||||
struct FRotator
|
||||
{
|
||||
@@ -9,4 +10,6 @@ struct FRotator
|
||||
float Roll;
|
||||
|
||||
FQuat Quaternion();
|
||||
|
||||
FVector Vector() const;
|
||||
};
|
||||
Reference in New Issue
Block a user