Files
2026-04-22 15:51:07 +02:00

10 lines
197 B
C++

#include "FortSZAwareImage.h"
UFortSZAwareImage::UFortSZAwareImage() {
this->AnchorLeft = false;
this->AnchorRight = false;
this->AnchorTop = false;
this->AnchorBottom = false;
}