Mark blatant, egregious violations of encapsulation

This commit is contained in:
Ben "root" Anderson
2014-01-14 15:39:21 -06:00
parent 26986db6d3
commit 817a23f961
+2
View File
@@ -121,6 +121,7 @@ public:
RString GetServerName();
// SMOnline stuff
// FIXME: This should NOT be public. PERIOD.
void SendSMOnline( );
bool Connect( const RString& addy, unsigned short port );
@@ -167,6 +168,7 @@ public:
RString m_sChatText;
// FIXME: This should NOT be public. PERIOD. It probably shouldn't be a member at all.
PacketFunctions m_SMOnlinePacket;
StepManiaLanServer *LANserver;