mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-24 06:49:41 +00:00
e1fc24b768
* Adds `ReliabilityLayer::InitializeVariable()` stub
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
|
|
}
|