December 2014 files

This commit is contained in:
Loki Rautio
2026-03-01 11:00:23 -06:00
parent b691c43c44
commit 8fd3ac6e37
2049 changed files with 260190 additions and 134787 deletions

View File

@@ -28,6 +28,7 @@ public:
public:
private:
shared_ptr<Player> playerWhoMayEdit;
bool _isEditable;
bool m_bVerified;
bool m_bCensored;
@@ -41,6 +42,8 @@ public:
virtual shared_ptr<Packet> getUpdatePacket();
bool isEditable();
void setEditable(bool isEditable);
void setAllowedPlayerEditor(shared_ptr<Player> player);
shared_ptr<Player> getPlayerWhoMayEdit();
virtual void setChanged();
static int StringVerifyCallback(LPVOID lpParam,STRING_VERIFY_RESPONSE *pResults);