13 lines
153 B
C++
13 lines
153 B
C++
|
#include "StdAfx.h"
|
||
|
|
||
|
#include "YamlHelper.h"
|
||
|
#include "Common.h"
|
||
|
|
||
|
void SpkrLoadSnapshot(YamlLoadHelper&)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
void SpkrSaveSnapshot(YamlSaveHelper&)
|
||
|
{
|
||
|
}
|