85b1f872f0
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
16 lines
197 B
C++
16 lines
197 B
C++
#include "StdAfx.h"
|
|
|
|
#include "YamlHelper.h"
|
|
#include "Common.h"
|
|
|
|
void JoyportControl(const UINT uControl)
|
|
{
|
|
}
|
|
|
|
void JoySaveSnapshot(YamlSaveHelper&)
|
|
{
|
|
}
|
|
|
|
void JoyLoadSnapshot(YamlLoadHelper&)
|
|
{
|
|
}
|