#pragma once #include "pal.h" PAL_BEGIN_EXTERNC INT32 GetTerminalWidth(); INT32 GetTerminalHeight(); PAL_END_EXTERNC