Files
Project-Reboot-3.0/Project Reboot 3.0/OutputDevice.h
2023-03-04 15:06:07 -05:00

6 lines
88 B
C++

class FOutputDevice
{
public:
bool bSuppressEventTag;
bool bAutoEmitLineTerminator;
};