11 lines
413 B
C++
11 lines
413 B
C++
#include "stdafx.h"
|
|
#include "./SkillManager.h"
|
|
#include "./Skill.h"
|
|
|
|
//==================================================================================================
|
|
//
|
|
//BOOST_STATIC_ASSERT(SkillManager::kVersion == SKILL_SYSTEM_VERSION);
|
|
//BOOST_STATIC_ASSERT(Skill::kVersion == SKILL_SYSTEM_VERSION);
|
|
//
|
|
//==================================================================================================
|