mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
16 lines
287 B
C++
16 lines
287 B
C++
|
// TODO: Implement ReliabilityLayer.cpp
|
||
|
|
||
|
#include "ReliabilityLayer.h"
|
||
|
|
||
|
ReliabilityLayer::ReliabilityLayer()
|
||
|
{
|
||
|
// TODO: ReliabilityLayer::ReliabilityLayer
|
||
|
|
||
|
InitializeVariables();
|
||
|
}
|
||
|
|
||
|
void ReliabilityLayer::InitializeVariables( void )
|
||
|
{
|
||
|
// TODO: ReliabilityLayer::InitializeVariables
|
||
|
}
|