blob: dbca9baa79d803ea6839bf267eb3f44310a65b49 (
plain)
1
2
3
4
5
6
|
#include "KingSystem/ActorSystem/actPlayerInfo.h"
namespace ksys::act {
// these are separate from actPlayerInfo.cpp so clang doesn't inline/dedupe them
[[gnu::noinline]] PlayerInfoBase::PlayerInfoBase() = default;
[[gnu::noinline]] PlayerInfoBase::~PlayerInfoBase() = default;
} // namespace ksys::act
|