Get scoreboard bar working

This commit is contained in:
elasota
2019-12-27 00:30:31 -05:00
parent 48f01567f7
commit 7bc647b026
9 changed files with 80 additions and 22 deletions

View File

@@ -3,6 +3,8 @@
#include "SharedTypes.h"
#include "PascalStr.h"
class PLPasStr;
namespace PortabilityLayer
{
class IOStream;
@@ -18,5 +20,7 @@ namespace PortabilityLayer
uint8_t m_title[256];
bool Deserialize(IOStream *stream);
static WindowDef Create(const Rect &initialRect, int16_t wdefID, bool isVisible, bool hasCloseBox, uint32_t refConstant, uint16_t positionSpec, const PLPasStr &title);
};
}