23 lines
197 B
C++
23 lines
197 B
C++
#include "Common.h"
|
|
#include "Debug.h"
|
|
|
|
void Debug::HandleAPI(OrbisNetId Sock, APIPacket* Packet)
|
|
{
|
|
switch (Packet->Command)
|
|
{
|
|
default:
|
|
break;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
Debug::Debug()
|
|
{
|
|
|
|
}
|
|
|
|
Debug::~Debug()
|
|
{
|
|
|
|
} |