mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
6437517d1f
* Add CGameMode::Unload stub
19 lines
211 B
C++
19 lines
211 B
C++
|
|
#include "main.h"
|
|
|
|
CGameMode::CGameMode()
|
|
{
|
|
field_68 = 0;
|
|
field_69 = 0;
|
|
}
|
|
|
|
CGameMode::~CGameMode()
|
|
{
|
|
Unload();
|
|
}
|
|
|
|
void CGameMode::Unload()
|
|
{
|
|
// TODO: CGameMode::Unload() W .text:0046D7B0 L .text:080A4DB0
|
|
}
|