6 lines
121 B
C++
Executable file
6 lines
121 B
C++
Executable file
#include "HandleRotationOptions.h"
|
|
|
|
FHandleRotationOptions::FHandleRotationOptions() {
|
|
this->HandlePitch = false;
|
|
}
|
|
|