Initial MSVC 2008 projects workspace

This commit is contained in:
alexey.min
2012-02-01 05:25:08 +00:00
commit 03de3bdc95
1446 changed files with 476853 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#include "stdafx.h"
#include "UserAI_QuickTargetOptions.h"
UserAI_QuickTargetOptions::UserAI_QuickTargetOptions()
{
m_use_pri = 1;
m_target_dead = 0;
m_target_party = 0;
m_target_clan = 0;
m_target_ally = 0;
m_target_cw_2_side = 1;
m_target_cw_1_side = 1;
m_target_neutral_pk = 1;
m_target_neutral_flagged = 1;
}