9 lines
151 B
C++
9 lines
151 B
C++
|
|
#include "stdafx.h"
|
|
#include "SSelectedAvatarInfo.h"
|
|
|
|
sSelectedAvatarInfo& GetSelectedAvatarInfo()
|
|
{
|
|
static sSelectedAvatarInfo info;
|
|
return info;
|
|
} |