Advertisement
Guest User

Untitled

a guest
Sep 12th, 2012
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 355.69 KB | None | 0 0
  1. Error 28 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  2. Error 29 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  3. Error 30 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  4. Error 31 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  5. Error 32 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  6. Error 33 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  7. Error 34 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  8. Error 35 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  9. Error 36 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  10. Error 37 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  11. Error 38 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  12. Error 39 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  13. Error 40 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  14. Error 41 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  15. Error 42 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  16. Error 43 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  17. Error 44 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  18. Error 45 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  19. Error 46 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  20. Error 47 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  21. Error 48 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  22. Error 49 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  23. Error 50 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  24. Error 51 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  25. Error 52 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  26. Error 53 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  27. Error 54 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  28. Error 55 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  29. Error 56 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  30. Error 57 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  31. Error 58 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  32. Error 59 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  33. Error 60 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  34. Error 61 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  35. Error 62 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  36. Error 63 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  37. Error 64 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  38. Error 65 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  39. Error 66 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  40. Error 67 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  41. Error 68 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  42. Error 69 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  43. Error 70 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  44. Error 71 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  45. Error 72 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  46. Error 73 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  47. Error 74 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  48. Error 75 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  49. Error 76 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  50. Error 77 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  51. Error 78 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  52. Error 79 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  53. Error 80 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  54. Error 81 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  55. Error 82 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  56. Error 83 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  57. Error 84 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  58. Error 85 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  59. Error 86 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  60. Error 87 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  61. Error 88 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  62. Error 89 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  63. Error 90 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  64. Error 91 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  65. Error 92 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  66. Error 93 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  67. Error 94 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  68. Error 95 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  69. Error 96 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  70. Error 97 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  71. Error 98 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  72. Error 99 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  73. Error 100 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  74. Error 101 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  75. Error 102 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  76. Error 103 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  77. Error 104 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  78. Error 105 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  79. Error 106 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  80. Error 107 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  81. Error 108 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  82. Error 109 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  83. Error 110 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  84. Error 111 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  85. Error 112 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  86. Error 113 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  87. Error 114 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  88. Error 115 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  89. Error 116 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  90. Error 117 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  91. Error 118 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  92. Error 119 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  93. Error 120 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  94. Error 121 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  95. Error 122 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  96. Error 123 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  97. Error 124 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  98. Error 125 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  99. Error 126 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\bullets.obj
  100. Error 127 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  101. Error 128 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  102. Error 129 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  103. Error 130 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  104. Error 131 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  105. Error 132 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  106. Error 133 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  107. Error 134 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  108. Error 135 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  109. Error 136 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  110. Error 137 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  111. Error 138 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  112. Error 139 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  113. Error 140 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  114. Error 141 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  115. Error 142 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  116. Error 143 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  117. Error 144 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  118. Error 145 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  119. Error 146 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  120. Error 147 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  121. Error 148 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  122. Error 149 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  123. Error 150 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  124. Error 151 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  125. Error 152 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  126. Error 153 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  127. Error 154 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  128. Error 155 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  129. Error 156 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  130. Error 157 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  131. Error 158 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  132. Error 159 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  133. Error 160 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  134. Error 161 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  135. Error 162 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  136. Error 163 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  137. Error 164 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  138. Error 165 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  139. Error 166 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  140. Error 167 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  141. Error 168 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  142. Error 169 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  143. Error 170 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  144. Error 171 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  145. Error 172 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  146. Error 173 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  147. Error 174 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  148. Error 175 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  149. Error 176 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  150. Error 177 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  151. Error 178 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  152. Error 179 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  153. Error 180 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  154. Error 181 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  155. Error 182 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  156. Error 183 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  157. Error 184 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  158. Error 185 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  159. Error 186 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  160. Error 187 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  161. Error 188 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  162. Error 189 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  163. Error 190 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  164. Error 191 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  165. Error 192 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  166. Error 193 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  167. Error 194 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  168. Error 195 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  169. Error 196 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  170. Error 197 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  171. Error 198 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  172. Error 199 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  173. Error 200 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  174. Error 201 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  175. Error 202 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  176. Error 203 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  177. Error 204 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  178. Error 205 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  179. Error 206 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  180. Error 207 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  181. Error 208 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  182. Error 209 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  183. Error 210 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  184. Error 211 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  185. Error 212 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  186. Error 213 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  187. Error 214 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  188. Error 215 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  189. Error 216 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  190. Error 217 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  191. Error 218 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  192. Error 219 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  193. Error 220 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  194. Error 221 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  195. Error 222 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  196. Error 223 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  197. Error 224 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  198. Error 225 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game.obj
  199. Error 226 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  200. Error 227 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  201. Error 228 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  202. Error 229 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  203. Error 230 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  204. Error 231 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  205. Error 232 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  206. Error 233 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  207. Error 234 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  208. Error 235 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  209. Error 236 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  210. Error 237 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  211. Error 238 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  212. Error 239 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  213. Error 240 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  214. Error 241 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  215. Error 242 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  216. Error 243 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  217. Error 244 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  218. Error 245 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  219. Error 246 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  220. Error 247 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  221. Error 248 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  222. Error 249 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  223. Error 250 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  224. Error 251 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  225. Error 252 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  226. Error 253 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  227. Error 254 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  228. Error 255 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  229. Error 256 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  230. Error 257 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  231. Error 258 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  232. Error 259 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  233. Error 260 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  234. Error 261 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  235. Error 262 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  236. Error 263 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  237. Error 264 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  238. Error 265 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  239. Error 266 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  240. Error 267 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  241. Error 268 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  242. Error 269 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  243. Error 270 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  244. Error 271 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  245. Error 272 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  246. Error 273 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  247. Error 274 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  248. Error 275 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  249. Error 276 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  250. Error 277 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  251. Error 278 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  252. Error 279 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  253. Error 280 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  254. Error 281 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  255. Error 282 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  256. Error 283 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  257. Error 284 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  258. Error 285 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  259. Error 286 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  260. Error 287 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  261. Error 288 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  262. Error 289 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  263. Error 290 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  264. Error 291 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  265. Error 292 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  266. Error 293 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  267. Error 294 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  268. Error 295 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  269. Error 296 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  270. Error 297 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  271. Error 298 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  272. Error 299 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  273. Error 300 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  274. Error 301 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  275. Error 302 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  276. Error 303 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  277. Error 304 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  278. Error 305 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  279. Error 306 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  280. Error 307 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  281. Error 308 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  282. Error 309 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  283. Error 310 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  284. Error 311 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  285. Error 312 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  286. Error 313 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  287. Error 314 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  288. Error 315 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  289. Error 316 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  290. Error 317 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  291. Error 318 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  292. Error 319 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  293. Error 320 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  294. Error 321 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  295. Error 322 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  296. Error 323 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  297. Error 324 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_cast.obj
  298. Error 325 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  299. Error 326 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  300. Error 327 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  301. Error 328 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  302. Error 329 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  303. Error 330 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  304. Error 331 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  305. Error 332 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  306. Error 333 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  307. Error 334 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  308. Error 335 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  309. Error 336 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  310. Error 337 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  311. Error 338 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  312. Error 339 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  313. Error 340 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  314. Error 341 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  315. Error 342 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  316. Error 343 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  317. Error 344 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  318. Error 345 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  319. Error 346 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  320. Error 347 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  321. Error 348 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  322. Error 349 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  323. Error 350 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  324. Error 351 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  325. Error 352 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  326. Error 353 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  327. Error 354 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  328. Error 355 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  329. Error 356 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  330. Error 357 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  331. Error 358 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  332. Error 359 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  333. Error 360 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  334. Error 361 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  335. Error 362 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  336. Error 363 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  337. Error 364 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  338. Error 365 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  339. Error 366 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  340. Error 367 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  341. Error 368 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  342. Error 369 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  343. Error 370 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  344. Error 371 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  345. Error 372 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  346. Error 373 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  347. Error 374 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  348. Error 375 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  349. Error 376 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  350. Error 377 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  351. Error 378 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  352. Error 379 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  353. Error 380 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  354. Error 381 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  355. Error 382 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  356. Error 383 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  357. Error 384 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  358. Error 385 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  359. Error 386 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  360. Error 387 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  361. Error 388 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  362. Error 389 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  363. Error 390 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  364. Error 391 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  365. Error 392 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  366. Error 393 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  367. Error 394 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  368. Error 395 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  369. Error 396 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  370. Error 397 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  371. Error 398 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  372. Error 399 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  373. Error 400 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  374. Error 401 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  375. Error 402 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  376. Error 403 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  377. Error 404 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  378. Error 405 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  379. Error 406 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  380. Error 407 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  381. Error 408 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  382. Error 409 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  383. Error 410 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  384. Error 411 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  385. Error 412 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  386. Error 413 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  387. Error 414 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  388. Error 415 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  389. Error 416 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  390. Error 417 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  391. Error 418 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  392. Error 419 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  393. Error 420 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  394. Error 421 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  395. Error 422 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  396. Error 423 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\game_update.obj
  397. Error 424 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  398. Error 425 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  399. Error 426 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  400. Error 427 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  401. Error 428 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  402. Error 429 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  403. Error 430 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  404. Error 431 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  405. Error 432 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  406. Error 433 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  407. Error 434 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  408. Error 435 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  409. Error 436 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  410. Error 437 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  411. Error 438 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  412. Error 439 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  413. Error 440 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  414. Error 441 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  415. Error 442 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  416. Error 443 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  417. Error 444 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  418. Error 445 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  419. Error 446 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  420. Error 447 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  421. Error 448 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  422. Error 449 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  423. Error 450 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  424. Error 451 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  425. Error 452 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  426. Error 453 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  427. Error 454 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  428. Error 455 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  429. Error 456 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  430. Error 457 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  431. Error 458 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  432. Error 459 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  433. Error 460 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  434. Error 461 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  435. Error 462 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  436. Error 463 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  437. Error 464 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  438. Error 465 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  439. Error 466 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  440. Error 467 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  441. Error 468 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  442. Error 469 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  443. Error 470 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  444. Error 471 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  445. Error 472 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  446. Error 473 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  447. Error 474 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  448. Error 475 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  449. Error 476 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  450. Error 477 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  451. Error 478 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  452. Error 479 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  453. Error 480 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  454. Error 481 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  455. Error 482 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  456. Error 483 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  457. Error 484 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  458. Error 485 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  459. Error 486 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  460. Error 487 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  461. Error 488 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  462. Error 489 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  463. Error 490 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  464. Error 491 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  465. Error 492 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  466. Error 493 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  467. Error 494 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  468. Error 495 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  469. Error 496 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  470. Error 497 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  471. Error 498 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  472. Error 499 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  473. Error 500 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  474. Error 501 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  475. Error 502 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  476. Error 503 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  477. Error 504 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  478. Error 505 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  479. Error 506 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  480. Error 507 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  481. Error 508 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  482. Error 509 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  483. Error 510 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  484. Error 511 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  485. Error 512 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  486. Error 513 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  487. Error 514 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  488. Error 515 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  489. Error 516 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  490. Error 517 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  491. Error 518 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  492. Error 519 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  493. Error 520 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  494. Error 521 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  495. Error 522 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\Gorilla.obj
  496. Error 523 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  497. Error 524 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  498. Error 525 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  499. Error 526 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  500. Error 527 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  501. Error 528 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  502. Error 529 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  503. Error 530 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  504. Error 531 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  505. Error 532 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  506. Error 533 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  507. Error 534 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  508. Error 535 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  509. Error 536 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  510. Error 537 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  511. Error 538 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  512. Error 539 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  513. Error 540 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  514. Error 541 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  515. Error 542 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  516. Error 543 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  517. Error 544 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  518. Error 545 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  519. Error 546 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  520. Error 547 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  521. Error 548 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  522. Error 549 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  523. Error 550 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  524. Error 551 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  525. Error 552 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  526. Error 553 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  527. Error 554 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  528. Error 555 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  529. Error 556 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  530. Error 557 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  531. Error 558 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  532. Error 559 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  533. Error 560 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  534. Error 561 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  535. Error 562 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  536. Error 563 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  537. Error 564 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  538. Error 565 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  539. Error 566 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  540. Error 567 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  541. Error 568 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  542. Error 569 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  543. Error 570 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  544. Error 571 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  545. Error 572 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  546. Error 573 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  547. Error 574 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  548. Error 575 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  549. Error 576 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  550. Error 577 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  551. Error 578 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  552. Error 579 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  553. Error 580 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  554. Error 581 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  555. Error 582 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  556. Error 583 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  557. Error 584 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  558. Error 585 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  559. Error 586 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  560. Error 587 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  561. Error 588 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  562. Error 589 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  563. Error 590 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  564. Error 591 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  565. Error 592 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  566. Error 593 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  567. Error 594 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  568. Error 595 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  569. Error 596 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  570. Error 597 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  571. Error 598 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  572. Error 599 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  573. Error 600 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  574. Error 601 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  575. Error 602 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  576. Error 603 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  577. Error 604 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  578. Error 605 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  579. Error 606 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  580. Error 607 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  581. Error 608 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  582. Error 609 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  583. Error 610 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  584. Error 611 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  585. Error 612 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  586. Error 613 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  587. Error 614 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  588. Error 615 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  589. Error 616 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  590. Error 617 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  591. Error 618 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  592. Error 619 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  593. Error 620 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  594. Error 621 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init.obj
  595. Error 622 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  596. Error 623 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  597. Error 624 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  598. Error 625 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  599. Error 626 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  600. Error 627 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  601. Error 628 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  602. Error 629 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  603. Error 630 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  604. Error 631 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  605. Error 632 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  606. Error 633 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  607. Error 634 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  608. Error 635 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  609. Error 636 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  610. Error 637 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  611. Error 638 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  612. Error 639 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  613. Error 640 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  614. Error 641 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  615. Error 642 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  616. Error 643 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  617. Error 644 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  618. Error 645 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  619. Error 646 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  620. Error 647 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  621. Error 648 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  622. Error 649 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  623. Error 650 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  624. Error 651 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  625. Error 652 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  626. Error 653 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  627. Error 654 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  628. Error 655 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  629. Error 656 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  630. Error 657 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  631. Error 658 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  632. Error 659 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  633. Error 660 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  634. Error 661 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  635. Error 662 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  636. Error 663 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  637. Error 664 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  638. Error 665 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  639. Error 666 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  640. Error 667 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  641. Error 668 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  642. Error 669 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  643. Error 670 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  644. Error 671 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  645. Error 672 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  646. Error 673 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  647. Error 674 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  648. Error 675 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  649. Error 676 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  650. Error 677 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  651. Error 678 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  652. Error 679 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  653. Error 680 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  654. Error 681 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  655. Error 682 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  656. Error 683 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  657. Error 684 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  658. Error 685 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  659. Error 686 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  660. Error 687 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  661. Error 688 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  662. Error 689 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  663. Error 690 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  664. Error 691 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  665. Error 692 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  666. Error 693 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  667. Error 694 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  668. Error 695 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  669. Error 696 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  670. Error 697 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  671. Error 698 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  672. Error 699 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  673. Error 700 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  674. Error 701 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  675. Error 702 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  676. Error 703 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  677. Error 704 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  678. Error 705 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  679. Error 706 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  680. Error 707 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  681. Error 708 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  682. Error 709 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  683. Error 710 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  684. Error 711 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  685. Error 712 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  686. Error 713 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  687. Error 714 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  688. Error 715 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  689. Error 716 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  690. Error 717 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  691. Error 718 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  692. Error 719 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  693. Error 720 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\init_resources.obj
  694. Error 721 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  695. Error 722 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  696. Error 723 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  697. Error 724 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  698. Error 725 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  699. Error 726 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  700. Error 727 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  701. Error 728 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  702. Error 729 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  703. Error 730 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  704. Error 731 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  705. Error 732 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  706. Error 733 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  707. Error 734 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  708. Error 735 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  709. Error 736 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  710. Error 737 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  711. Error 738 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  712. Error 739 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  713. Error 740 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  714. Error 741 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  715. Error 742 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  716. Error 743 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  717. Error 744 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  718. Error 745 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  719. Error 746 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  720. Error 747 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  721. Error 748 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  722. Error 749 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  723. Error 750 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  724. Error 751 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  725. Error 752 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  726. Error 753 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  727. Error 754 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  728. Error 755 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  729. Error 756 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  730. Error 757 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  731. Error 758 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  732. Error 759 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  733. Error 760 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  734. Error 761 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  735. Error 762 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  736. Error 763 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  737. Error 764 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  738. Error 765 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  739. Error 766 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  740. Error 767 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  741. Error 768 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  742. Error 769 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  743. Error 770 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  744. Error 771 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  745. Error 772 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  746. Error 773 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  747. Error 774 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  748. Error 775 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  749. Error 776 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  750. Error 777 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  751. Error 778 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  752. Error 779 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  753. Error 780 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  754. Error 781 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  755. Error 782 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  756. Error 783 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  757. Error 784 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  758. Error 785 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  759. Error 786 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  760. Error 787 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  761. Error 788 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  762. Error 789 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  763. Error 790 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  764. Error 791 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  765. Error 792 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  766. Error 793 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  767. Error 794 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  768. Error 795 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  769. Error 796 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  770. Error 797 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  771. Error 798 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  772. Error 799 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  773. Error 800 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  774. Error 801 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  775. Error 802 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  776. Error 803 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  777. Error 804 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  778. Error 805 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  779. Error 806 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  780. Error 807 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  781. Error 808 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  782. Error 809 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  783. Error 810 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  784. Error 811 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  785. Error 812 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  786. Error 813 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  787. Error 814 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  788. Error 815 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  789. Error 816 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  790. Error 817 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  791. Error 818 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  792. Error 819 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\inputs.obj
  793. Error 820 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  794. Error 821 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  795. Error 822 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  796. Error 823 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  797. Error 824 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  798. Error 825 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  799. Error 826 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  800. Error 827 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  801. Error 828 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  802. Error 829 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  803. Error 830 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  804. Error 831 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  805. Error 832 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  806. Error 833 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  807. Error 834 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  808. Error 835 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  809. Error 836 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  810. Error 837 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  811. Error 838 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  812. Error 839 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  813. Error 840 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  814. Error 841 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  815. Error 842 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  816. Error 843 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  817. Error 844 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  818. Error 845 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  819. Error 846 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  820. Error 847 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  821. Error 848 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  822. Error 849 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  823. Error 850 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  824. Error 851 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  825. Error 852 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  826. Error 853 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  827. Error 854 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  828. Error 855 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  829. Error 856 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  830. Error 857 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  831. Error 858 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  832. Error 859 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  833. Error 860 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  834. Error 861 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  835. Error 862 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  836. Error 863 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  837. Error 864 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  838. Error 865 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  839. Error 866 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  840. Error 867 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  841. Error 868 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  842. Error 869 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  843. Error 870 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  844. Error 871 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  845. Error 872 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  846. Error 873 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  847. Error 874 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  848. Error 875 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  849. Error 876 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  850. Error 877 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  851. Error 878 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  852. Error 879 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  853. Error 880 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  854. Error 881 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  855. Error 882 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  856. Error 883 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  857. Error 884 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  858. Error 885 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  859. Error 886 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  860. Error 887 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  861. Error 888 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  862. Error 889 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  863. Error 890 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  864. Error 891 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  865. Error 892 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  866. Error 893 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  867. Error 894 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  868. Error 895 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  869. Error 896 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  870. Error 897 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  871. Error 898 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  872. Error 899 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  873. Error 900 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  874. Error 901 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  875. Error 902 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  876. Error 903 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  877. Error 904 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  878. Error 905 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  879. Error 906 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  880. Error 907 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  881. Error 908 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  882. Error 909 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  883. Error 910 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  884. Error 911 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  885. Error 912 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  886. Error 913 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  887. Error 914 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  888. Error 915 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  889. Error 916 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  890. Error 917 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  891. Error 918 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\pch.obj
  892. Error 919 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  893. Error 920 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  894. Error 921 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  895. Error 922 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  896. Error 923 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  897. Error 924 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  898. Error 925 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  899. Error 926 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  900. Error 927 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  901. Error 928 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  902. Error 929 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  903. Error 930 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  904. Error 931 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  905. Error 932 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  906. Error 933 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  907. Error 934 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  908. Error 935 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  909. Error 936 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  910. Error 937 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  911. Error 938 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  912. Error 939 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  913. Error 940 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  914. Error 941 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  915. Error 942 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  916. Error 943 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  917. Error 944 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  918. Error 945 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  919. Error 946 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  920. Error 947 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  921. Error 948 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  922. Error 949 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  923. Error 950 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  924. Error 951 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  925. Error 952 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  926. Error 953 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  927. Error 954 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  928. Error 955 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  929. Error 956 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  930. Error 957 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  931. Error 958 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  932. Error 959 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  933. Error 960 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  934. Error 961 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  935. Error 962 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  936. Error 963 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  937. Error 964 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  938. Error 965 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  939. Error 966 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  940. Error 967 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  941. Error 968 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  942. Error 969 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  943. Error 970 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  944. Error 971 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  945. Error 972 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  946. Error 973 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  947. Error 974 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  948. Error 975 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  949. Error 976 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  950. Error 977 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  951. Error 978 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  952. Error 979 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  953. Error 980 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  954. Error 981 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  955. Error 982 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  956. Error 983 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  957. Error 984 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  958. Error 985 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  959. Error 986 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  960. Error 987 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  961. Error 988 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  962. Error 989 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  963. Error 990 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  964. Error 991 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  965. Error 992 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  966. Error 993 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  967. Error 994 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  968. Error 995 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  969. Error 996 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds"(?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  970. Error 997 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  971. Error 998 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  972. Error 999 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds"(?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  973. Error 1000 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  974. Error 1001 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  975. Error 1002 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  976. Error 1003 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  977. Error 1004 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  978. Error 1005 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  979. Error 1006 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  980. Error 1007 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  981. Error 1008 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  982. Error 1009 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  983. Error 1010 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  984. Error 1011 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  985. Error 1012 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  986. Error 1013 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  987. Error 1014 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  988. Error 1015 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  989. Error 1016 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  990. Error 1017 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\ui.obj
  991. Error 1018 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  992. Error 1019 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  993. Error 1020 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  994. Error 1021 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  995. Error 1022 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  996. Error 1023 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  997. Error 1024 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  998. Error 1025 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  999. Error 1026 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1000. Error 1027 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1001. Error 1028 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1002. Error 1029 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1003. Error 1030 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1004. Error 1031 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1005. Error 1032 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1006. Error 1033 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1007. Error 1034 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1008. Error 1035 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1009. Error 1036 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1010. Error 1037 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1011. Error 1038 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1012. Error 1039 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1013. Error 1040 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1014. Error 1041 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1015. Error 1042 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1016. Error 1043 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1017. Error 1044 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1018. Error 1045 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1019. Error 1046 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1020. Error 1047 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1021. Error 1048 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1022. Error 1049 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1023. Error 1050 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1024. Error 1051 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1025. Error 1052 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1026. Error 1053 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1027. Error 1054 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1028. Error 1055 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1029. Error 1056 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1030. Error 1057 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1031. Error 1058 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1032. Error 1059 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1033. Error 1060 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1034. Error 1061 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1035. Error 1062 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1036. Error 1063 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1037. Error 1064 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1038. Error 1065 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1039. Error 1066 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1040. Error 1067 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1041. Error 1068 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1042. Error 1069 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1043. Error 1070 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1044. Error 1071 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1045. Error 1072 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1046. Error 1073 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1047. Error 1074 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1048. Error 1075 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1049. Error 1076 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1050. Error 1077 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1051. Error 1078 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1052. Error 1079 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1053. Error 1080 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1054. Error 1081 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1055. Error 1082 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1056. Error 1083 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1057. Error 1084 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1058. Error 1085 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1059. Error 1086 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1060. Error 1087 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1061. Error 1088 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1062. Error 1089 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1063. Error 1090 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1064. Error 1091 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1065. Error 1092 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1066. Error 1093 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1067. Error 1094 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1068. Error 1095 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1069. Error 1096 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1070. Error 1097 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1071. Error 1098 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1072. Error 1099 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1073. Error 1100 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1074. Error 1101 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1075. Error 1102 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1076. Error 1103 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1077. Error 1104 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1078. Error 1105 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1079. Error 1106 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1080. Error 1107 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1081. Error 1108 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1082. Error 1109 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1083. Error 1110 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1084. Error 1111 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1085. Error 1112 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1086. Error 1113 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1087. Error 1114 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1088. Error 1115 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1089. Error 1116 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\laser.obj
  1090. Error 1117 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1091. Error 1118 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1092. Error 1119 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1093. Error 1120 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1094. Error 1121 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1095. Error 1122 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1096. Error 1123 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1097. Error 1124 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1098. Error 1125 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1099. Error 1126 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1100. Error 1127 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1101. Error 1128 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1102. Error 1129 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1103. Error 1130 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1104. Error 1131 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1105. Error 1132 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1106. Error 1133 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1107. Error 1134 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1108. Error 1135 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1109. Error 1136 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1110. Error 1137 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1111. Error 1138 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1112. Error 1139 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1113. Error 1140 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1114. Error 1141 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1115. Error 1142 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1116. Error 1143 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1117. Error 1144 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1118. Error 1145 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1119. Error 1146 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1120. Error 1147 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1121. Error 1148 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1122. Error 1149 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1123. Error 1150 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1124. Error 1151 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1125. Error 1152 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1126. Error 1153 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1127. Error 1154 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1128. Error 1155 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1129. Error 1156 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1130. Error 1157 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1131. Error 1158 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1132. Error 1159 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1133. Error 1160 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1134. Error 1161 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1135. Error 1162 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1136. Error 1163 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1137. Error 1164 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1138. Error 1165 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1139. Error 1166 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1140. Error 1167 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1141. Error 1168 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1142. Error 1169 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1143. Error 1170 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1144. Error 1171 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1145. Error 1172 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1146. Error 1173 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1147. Error 1174 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1148. Error 1175 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1149. Error 1176 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1150. Error 1177 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1151. Error 1178 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1152. Error 1179 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1153. Error 1180 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1154. Error 1181 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1155. Error 1182 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1156. Error 1183 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1157. Error 1184 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1158. Error 1185 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1159. Error 1186 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1160. Error 1187 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1161. Error 1188 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1162. Error 1189 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1163. Error 1190 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1164. Error 1191 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1165. Error 1192 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1166. Error 1193 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1167. Error 1194 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1168. Error 1195 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1169. Error 1196 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1170. Error 1197 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1171. Error 1198 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1172. Error 1199 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1173. Error 1200 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1174. Error 1201 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1175. Error 1202 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1176. Error 1203 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1177. Error 1204 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1178. Error 1205 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1179. Error 1206 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1180. Error 1207 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1181. Error 1208 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1182. Error 1209 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1183. Error 1210 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1184. Error 1211 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1185. Error 1212 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1186. Error 1213 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1187. Error 1214 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1188. Error 1215 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\loop.obj
  1189. Error 1216 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1190. Error 1217 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1191. Error 1218 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1192. Error 1219 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1193. Error 1220 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1194. Error 1221 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1195. Error 1222 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1196. Error 1223 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1197. Error 1224 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1198. Error 1225 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1199. Error 1226 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1200. Error 1227 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1201. Error 1228 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1202. Error 1229 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1203. Error 1230 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1204. Error 1231 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1205. Error 1232 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1206. Error 1233 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1207. Error 1234 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1208. Error 1235 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1209. Error 1236 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1210. Error 1237 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1211. Error 1238 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1212. Error 1239 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1213. Error 1240 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1214. Error 1241 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1215. Error 1242 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1216. Error 1243 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1217. Error 1244 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1218. Error 1245 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1219. Error 1246 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1220. Error 1247 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1221. Error 1248 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1222. Error 1249 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1223. Error 1250 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1224. Error 1251 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1225. Error 1252 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1226. Error 1253 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1227. Error 1254 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1228. Error 1255 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1229. Error 1256 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1230. Error 1257 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1231. Error 1258 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1232. Error 1259 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1233. Error 1260 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1234. Error 1261 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1235. Error 1262 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1236. Error 1263 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1237. Error 1264 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1238. Error 1265 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1239. Error 1266 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1240. Error 1267 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1241. Error 1268 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1242. Error 1269 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1243. Error 1270 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1244. Error 1271 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1245. Error 1272 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1246. Error 1273 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1247. Error 1274 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1248. Error 1275 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1249. Error 1276 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1250. Error 1277 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1251. Error 1278 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1252. Error 1279 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1253. Error 1280 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1254. Error 1281 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1255. Error 1282 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1256. Error 1283 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1257. Error 1284 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1258. Error 1285 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1259. Error 1286 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1260. Error 1287 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1261. Error 1288 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1262. Error 1289 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1263. Error 1290 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1264. Error 1291 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1265. Error 1292 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1266. Error 1293 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1267. Error 1294 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1268. Error 1295 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1269. Error 1296 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1270. Error 1297 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1271. Error 1298 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1272. Error 1299 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1273. Error 1300 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1274. Error 1301 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1275. Error 1302 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1276. Error 1303 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1277. Error 1304 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1278. Error 1305 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1279. Error 1306 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1280. Error 1307 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1281. Error 1308 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1282. Error 1309 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1283. Error 1310 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1284. Error 1311 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1285. Error 1312 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1286. Error 1313 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1287. Error 1314 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\main-new.obj
  1288. Error 1315 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1289. Error 1316 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1290. Error 1317 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1291. Error 1318 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1292. Error 1319 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1293. Error 1320 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1294. Error 1321 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1295. Error 1322 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1296. Error 1323 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1297. Error 1324 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1298. Error 1325 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1299. Error 1326 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1300. Error 1327 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1301. Error 1328 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1302. Error 1329 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1303. Error 1330 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1304. Error 1331 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1305. Error 1332 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1306. Error 1333 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1307. Error 1334 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1308. Error 1335 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1309. Error 1336 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1310. Error 1337 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1311. Error 1338 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1312. Error 1339 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1313. Error 1340 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1314. Error 1341 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1315. Error 1342 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1316. Error 1343 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1317. Error 1344 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1318. Error 1345 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1319. Error 1346 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1320. Error 1347 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1321. Error 1348 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1322. Error 1349 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1323. Error 1350 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1324. Error 1351 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1325. Error 1352 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1326. Error 1353 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1327. Error 1354 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1328. Error 1355 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1329. Error 1356 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1330. Error 1357 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1331. Error 1358 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1332. Error 1359 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1333. Error 1360 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1334. Error 1361 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1335. Error 1362 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1336. Error 1363 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1337. Error 1364 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1338. Error 1365 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1339. Error 1366 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1340. Error 1367 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1341. Error 1368 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1342. Error 1369 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1343. Error 1370 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1344. Error 1371 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1345. Error 1372 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1346. Error 1373 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1347. Error 1374 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1348. Error 1375 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1349. Error 1376 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1350. Error 1377 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1351. Error 1378 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1352. Error 1379 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1353. Error 1380 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1354. Error 1381 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1355. Error 1382 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1356. Error 1383 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1357. Error 1384 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1358. Error 1385 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1359. Error 1386 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1360. Error 1387 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1361. Error 1388 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1362. Error 1389 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1363. Error 1390 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1364. Error 1391 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1365. Error 1392 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short>> > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1366. Error 1393 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1367. Error 1394 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1368. Error 1395 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short>> > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1369. Error 1396 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1370. Error 1397 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1371. Error 1398 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1372. Error 1399 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1373. Error 1400 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1374. Error 1401 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1375. Error 1402 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1376. Error 1403 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1377. Error 1404 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1378. Error 1405 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1379. Error 1406 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1380. Error 1407 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1381. Error 1408 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1382. Error 1409 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1383. Error 1410 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1384. Error 1411 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1385. Error 1412 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1386. Error 1413 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\OgreConsoleForGorilla.obj
  1387. Error 1414 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1388. Error 1415 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1389. Error 1416 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1390. Error 1417 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1391. Error 1418 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1392. Error 1419 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1393. Error 1420 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1394. Error 1421 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1395. Error 1422 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1396. Error 1423 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1397. Error 1424 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1398. Error 1425 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1399. Error 1426 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1400. Error 1427 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1401. Error 1428 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1402. Error 1429 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1403. Error 1430 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1404. Error 1431 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1405. Error 1432 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1406. Error 1433 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1407. Error 1434 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1408. Error 1435 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1409. Error 1436 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1410. Error 1437 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1411. Error 1438 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1412. Error 1439 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1413. Error 1440 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1414. Error 1441 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1415. Error 1442 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1416. Error 1443 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1417. Error 1444 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1418. Error 1445 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1419. Error 1446 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1420. Error 1447 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1421. Error 1448 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1422. Error 1449 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1423. Error 1450 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1424. Error 1451 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1425. Error 1452 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1426. Error 1453 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1427. Error 1454 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1428. Error 1455 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1429. Error 1456 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1430. Error 1457 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1431. Error 1458 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1432. Error 1459 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1433. Error 1460 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1434. Error 1461 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1435. Error 1462 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1436. Error 1463 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1437. Error 1464 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1438. Error 1465 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1439. Error 1466 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1440. Error 1467 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1441. Error 1468 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1442. Error 1469 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1443. Error 1470 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1444. Error 1471 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1445. Error 1472 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1446. Error 1473 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1447. Error 1474 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1448. Error 1475 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1449. Error 1476 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1450. Error 1477 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1451. Error 1478 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1452. Error 1479 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1453. Error 1480 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1454. Error 1481 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1455. Error 1482 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1456. Error 1483 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1457. Error 1484 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1458. Error 1485 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1459. Error 1486 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1460. Error 1487 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1461. Error 1488 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1462. Error 1489 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1463. Error 1490 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1464. Error 1491 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1465. Error 1492 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1466. Error 1493 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1467. Error 1494 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1468. Error 1495 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1469. Error 1496 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1470. Error 1497 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1471. Error 1498 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1472. Error 1499 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1473. Error 1500 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1474. Error 1501 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1475. Error 1502 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1476. Error 1503 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1477. Error 1504 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1478. Error 1505 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1479. Error 1506 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1480. Error 1507 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1481. Error 1508 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1482. Error 1509 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1483. Error 1510 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1484. Error 1511 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1485. Error 1512 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\physics.obj
  1486. Error 1513 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1487. Error 1514 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1488. Error 1515 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1489. Error 1516 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1490. Error 1517 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1491. Error 1518 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1492. Error 1519 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1493. Error 1520 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1494. Error 1521 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1495. Error 1522 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1496. Error 1523 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1497. Error 1524 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1498. Error 1525 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1499. Error 1526 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1500. Error 1527 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1501. Error 1528 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1502. Error 1529 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1503. Error 1530 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1504. Error 1531 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1505. Error 1532 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1506. Error 1533 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1507. Error 1534 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1508. Error 1535 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1509. Error 1536 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1510. Error 1537 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1511. Error 1538 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1512. Error 1539 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1513. Error 1540 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1514. Error 1541 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1515. Error 1542 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1516. Error 1543 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1517. Error 1544 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1518. Error 1545 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1519. Error 1546 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1520. Error 1547 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1521. Error 1548 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1522. Error 1549 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1523. Error 1550 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1524. Error 1551 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1525. Error 1552 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1526. Error 1553 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1527. Error 1554 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1528. Error 1555 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1529. Error 1556 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1530. Error 1557 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1531. Error 1558 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1532. Error 1559 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1533. Error 1560 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1534. Error 1561 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1535. Error 1562 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1536. Error 1563 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1537. Error 1564 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1538. Error 1565 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1539. Error 1566 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1540. Error 1567 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1541. Error 1568 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1542. Error 1569 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1543. Error 1570 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1544. Error 1571 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1545. Error 1572 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1546. Error 1573 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1547. Error 1574 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1548. Error 1575 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1549. Error 1576 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1550. Error 1577 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1551. Error 1578 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1552. Error 1579 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1553. Error 1580 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1554. Error 1581 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1555. Error 1582 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1556. Error 1583 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1557. Error 1584 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1558. Error 1585 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1559. Error 1586 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1560. Error 1587 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1561. Error 1588 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1562. Error 1589 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1563. Error 1590 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1564. Error 1591 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1565. Error 1592 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1566. Error 1593 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1567. Error 1594 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1568. Error 1595 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1569. Error 1596 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1570. Error 1597 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1571. Error 1598 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1572. Error 1599 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1573. Error 1600 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1574. Error 1601 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1575. Error 1602 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1576. Error 1603 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1577. Error 1604 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1578. Error 1605 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1579. Error 1606 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1580. Error 1607 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1581. Error 1608 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1582. Error 1609 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1583. Error 1610 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1584. Error 1611 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\recoil.obj
  1585. Error 1612 error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl inits::str_vect(class Ogre::Vector3)" (?str_vect@inits@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VVector3@Ogre@@@Z) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1586. Error 1613 error LNK2005: "class Ogre::SceneNode * graphics::n_master" (?n_master@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1587. Error 1614 error LNK2005: "class Ogre::Entity * graphics::e_target" (?e_target@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1588. Error 1615 error LNK2005: "class Ogre::SceneNode * graphics::n_cam" (?n_cam@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1589. Error 1616 error LNK2005: "class Ogre::Entity * graphics::entplane" (?entplane@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1590. Error 1617 error LNK2005: "class Ogre::ConfigFile * graphics::configfile" (?configfile@graphics@@3PAVConfigFile@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1591. Error 1618 error LNK2005: "class Ogre::SceneNode * graphics::n_root" (?n_root@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1592. Error 1619 error LNK2005: "class Ogre::Viewport * graphics::viewport" (?viewport@graphics@@3PAVViewport@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1593. Error 1620 error LNK2005: "class Ogre::SphereSceneQuery * graphics::sphq" (?sphq@graphics@@3PAVSphereSceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1594. Error 1621 error LNK2005: "float graphics::rotating_speed" (?rotating_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1595. Error 1622 error LNK2005: "class Ogre::RenderWindow * graphics::window" (?window@graphics@@3PAVRenderWindow@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1596. Error 1623 error LNK2005: "class Ogre::Entity * graphics::ent_check" (?ent_check@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1597. Error 1624 error LNK2005: "class Ogre::SceneNode * graphics::n_target" (?n_target@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1598. Error 1625 error LNK2005: "class Ogre::Root * graphics::root" (?root@graphics@@3PAVRoot@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1599. Error 1626 error LNK2005: "class Ogre::Entity * graphics::e_ground" (?e_ground@graphics@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1600. Error 1627 error LNK2005: "int graphics::camera_mode" (?camera_mode@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1601. Error 1628 error LNK2005: "int graphics::player_cast" (?player_cast@graphics@@3HA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1602. Error 1629 error LNK2005: "class Ogre::SceneNode * graphics::n_yawpitch_ptr" (?n_yawpitch_ptr@graphics@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1603. Error 1630 error LNK2005: "class Ogre::SceneManager * graphics::scmgr" (?scmgr@graphics@@3PAVSceneManager@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1604. Error 1631 error LNK2005: "class Ogre::Camera * graphics::camera" (?camera@graphics@@3PAVCamera@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1605. Error 1632 error LNK2005: "float graphics::moving_speed" (?moving_speed@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1606. Error 1633 error LNK2005: "float graphics::timeSinceLastFrame" (?timeSinceLastFrame@graphics@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1607. Error 1634 error LNK2005: "class OgreConsole * ui::console" (?console@ui@@3PAVOgreConsole@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1608. Error 1635 error LNK2005: "class Gorilla::Silverback * ui::mGorilla" (?mGorilla@ui@@3PAVSilverback@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1609. Error 1636 error LNK2005: "class Gorilla::Rectangle * ui::gor_rect" (?gor_rect@ui@@3PAVRectangle@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1610. Error 1637 error LNK2005: "class Gorilla::Layer * ui::gor_layer" (?gor_layer@ui@@3PAVLayer@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1611. Error 1638 error LNK2005: "class Gorilla::Caption * * ui::gor_caption" (?gor_caption@ui@@3PAPAVCaption@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1612. Error 1639 error LNK2005: "class Gorilla::Screen * ui::gor_screen" (?gor_screen@ui@@3PAVScreen@Gorilla@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1613. Error 1640 error LNK2005: "class Ogre::SceneNode * recoil::n_recoil" (?n_recoil@recoil@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1614. Error 1641 error LNK2005: "float recoil::fire_delay" (?fire_delay@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1615. Error 1642 error LNK2005: "float recoil::kickback" (?kickback@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1616. Error 1643 error LNK2005: "float recoil::recoil_pitch" (?recoil_pitch@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1617. Error 1644 error LNK2005: "float recoil::recoil_cap" (?recoil_cap@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1618. Error 1645 error LNK2005: "float recoil::time_stack" (?time_stack@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1619. Error 1646 error LNK2005: "bool recoil::trigger_pulled" (?trigger_pulled@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1620. Error 1647 error LNK2005: "float recoil::cooldown_step" (?cooldown_step@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1621. Error 1648 error LNK2005: "bool recoil::stop" (?stop@recoil@@3_NA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1622. Error 1649 error LNK2005: "float recoil::recoil_yaw" (?recoil_yaw@recoil@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1623. Error 1650 error LNK2005: "class BtOgre::DebugCollisionDrawer * physics::col_dgb" (?col_dgb@physics@@3PAVDebugCollisionDrawer@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1624. Error 1651 error LNK2005: "class btCollisionDispatcher * physics::dispatcher" (?dispatcher@physics@@3PAVbtCollisionDispatcher@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1625. Error 1652 error LNK2005: "class btCollisionWorld * physics::colw" (?colw@physics@@3PAVbtCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1626. Error 1653 error LNK2005: "class btBroadphaseInterface * physics::broadphase" (?broadphase@physics@@3PAVbtBroadphaseInterface@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1627. Error 1654 error LNK2005: "class btSphereShape * physics::sphere" (?sphere@physics@@3PAVbtSphereShape@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1628. Error 1655 error LNK2005: "class BtOgre::StaticMeshToShapeConverter * physics::mesh2shape" (?mesh2shape@physics@@3PAVStaticMeshToShapeConverter@BtOgre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1629. Error 1656 error LNK2005: "class btDefaultCollisionConfiguration * physics::collisionConfig" (?collisionConfig@physics@@3PAVbtDefaultCollisionConfiguration@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1630. Error 1657 error LNK2005: "class OIS::Mouse * inputs::mouse" (?mouse@inputs@@3PAVMouse@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1631. Error 1658 error LNK2005: "class OIS::Keyboard * inputs::keyboard" (?keyboard@inputs@@3PAVKeyboard@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1632. Error 1659 error LNK2005: "class OIS::InputManager * inputs::inputmanager" (?inputmanager@inputs@@3PAVInputManager@OIS@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1633. Error 1660 error LNK2005: "int bullets::nextbullet" (?nextbullet@bullets@@3HA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1634. Error 1661 error LNK2005: "float bullets::bullet_speed" (?bullet_speed@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1635. Error 1662 error LNK2005: "float bullets::offset_x" (?offset_x@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1636. Error 1663 error LNK2005: "float bullets::offset_y" (?offset_y@bullets@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1637. Error 1664 error LNK2005: "class Ogre::BillboardChain * bullets::bb_trace_model" (?bb_trace_model@bullets@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1638. Error 1665 error LNK2005: "class Ogre::Entity * laser::current_rayed" (?current_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1639. Error 1666 error LNK2005: "class Ogre::SceneNode * laser::n_laserbeam" (?n_laserbeam@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1640. Error 1667 error LNK2005: "class Ogre::BillboardChain * laser::bb_beam" (?bb_beam@laser@@3PAVBillboardChain@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1641. Error 1668 error LNK2005: "class Ogre::BillboardSet * laser::bb_laserdot" (?bb_laserdot@laser@@3PAVBillboardSet@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1642. Error 1669 error LNK2005: "class Ogre::Entity * laser::current_entity" (?current_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1643. Error 1670 error LNK2005: "class Ogre::SceneNode * laser::n_laserdot" (?n_laserdot@laser@@3PAVSceneNode@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1644. Error 1671 error LNK2005: "class Ogre::RaySceneQuery * laser::rsq" (?rsq@laser@@3PAVRaySceneQuery@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1645. Error 1672 error LNK2005: "float laser::laser_width" (?laser_width@laser@@3MA) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1646. Error 1673 error LNK2005: "class Ogre::Entity * laser::previous_rayed" (?previous_rayed@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1647. Error 1674 error LNK2005: "class Ogre::Entity * laser::last_entity" (?last_entity@laser@@3PAVEntity@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1648. Error 1675 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > graphics::Nodes" (?Nodes@graphics@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1649. Error 1676 error LNK2005: "class btVector3 laser::btto" (?btto@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1650. Error 1677 error LNK2005: "class Ogre::Vector3 laser::to" (?to@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1651. Error 1678 error LNK2005: "class Ogre::Vector3 laser::from" (?from@laser@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1652. Error 1679 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::AbilNames" (?AbilNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1653. Error 1680 error LNK2005: "class Ogre::Vector3 graphics::offset" (?offset@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1654. Error 1681 error LNK2005: "class Ogre::Vector3 graphics::translate2" (?translate2@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1655. Error 1682 error LNK2005: "struct object_pool<struct timer_state> game::Timers" (?Timers@game@@3U?$object_pool@Utimer_state@@@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1656. Error 1683 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::AbilIds" (?AbilIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1657. Error 1684 error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,short,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,short> > > game::CharIds" (?CharIds@game@@3V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@F@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1658. Error 1685 error LNK2005: "class Ogre::Vector3 game::projectile" (?projectile@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1659. Error 1686 error LNK2005: "class std::vector<struct ability,class std::allocator<struct ability> > game::Abilities" (?Abilities@game@@3V?$vector@Uability@@V?$allocator@Uability@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1660. Error 1687 error LNK2005: "class Ogre::Vector3 game::click_position" (?click_position@game@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1661. Error 1688 error LNK2005: "class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > game::CharNames" (?CharNames@game@@3V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1662. Error 1689 error LNK2005: "class std::vector<struct character_s,class std::allocator<struct character_s> > game::Characters" (?Characters@game@@3V?$vector@Ucharacter_s@@V?$allocator@Ucharacter_s@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1663. Error 1690 error LNK2005: "class std::vector<class Ogre::BillboardSet *,class std::allocator<class Ogre::BillboardSet *> > laser::bb_dot" (?bb_dot@laser@@3V?$vector@PAVBillboardSet@Ogre@@V?$allocator@PAVBillboardSet@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1664. Error 1691 error LNK2005: "class btVector3 laser::btfrom" (?btfrom@laser@@3VbtVector3@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1665. Error 1692 error LNK2005: "class Ogre::Ray laser::ray" (?ray@laser@@3VRay@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1666. Error 1693 error LNK2005: "struct btCollisionWorld::ClosestRayResultCallback laser::raycallback" (?raycallback@laser@@3UClosestRayResultCallback@btCollisionWorld@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1667. Error 1694 error LNK2005: "class std::vector<struct bullet_raycast,class std::allocator<struct bullet_raycast> > laser::callbacks" (?callbacks@laser@@3V?$vector@Ubullet_raycast@@V?$allocator@Ubullet_raycast@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1668. Error 1695 error LNK2005: "class Ogre::MaterialPtr graphics::mat" (?mat@graphics@@3VMaterialPtr@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1669. Error 1696 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::isMoving" (?isMoving@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1670. Error 1697 error LNK2005: "class Ogre::ColourValue graphics::colorval2" (?colorval2@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1671. Error 1698 error LNK2005: "class std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> > bullets::bb_trace" (?bb_trace@bullets@@3V?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1672. Error 1699 error LNK2005: "class std::vector<class Ogre::SceneNode *,class std::allocator<class Ogre::SceneNode *> > bullets::n_bullet" (?n_bullet@bullets@@3V?$vector@PAVSceneNode@Ogre@@V?$allocator@PAVSceneNode@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1673. Error 1700 error LNK2005: "class std::vector<void *,class std::allocator<void *> > inits::delete_it" (?delete_it@inits@@3V?$vector@PAXV?$allocator@PAX@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1674. Error 1701 error LNK2005: "class std::vector<class Ogre::Entity *,class std::allocator<class Ogre::Entity *> > graphics::Entities" (?Entities@graphics@@3V?$vector@PAVEntity@Ogre@@V?$allocator@PAVEntity@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1675. Error 1702 error LNK2005: "class Ogre::Quaternion graphics::rotate" (?rotate@graphics@@3VQuaternion@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1676. Error 1703 error LNK2005: "class Ogre::ColourValue graphics::colorval1" (?colorval1@graphics@@3VColourValue@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1677. Error 1704 error LNK2005: "struct Bar ui::cast_bar" (?cast_bar@ui@@3UBar@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1678. Error 1705 error LNK2005: "class std::vector<class Ogre::Vector3,class std::allocator<class Ogre::Vector3> > graphics::velocities" (?velocities@graphics@@3V?$vector@VVector3@Ogre@@V?$allocator@VVector3@Ogre@@@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1679. Error 1706 error LNK2005: "struct listener graphics::lstnr" (?lstnr@graphics@@3Ulistener@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1680. Error 1707 error LNK2005: "class Ogre::BillboardChainFactory graphics::bbchfact" (?bbchfact@graphics@@3VBillboardChainFactory@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1681. Error 1708 error LNK2005: "class Ogre::Vector3 graphics::translate" (?translate@graphics@@3VVector3@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1682. Error 1709 error LNK2005: "class Ogre::Sphere graphics::sph" (?sph@graphics@@3VSphere@Ogre@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1683. Error 1710 error LNK2005: "class std::vector<bool,class std::allocator<bool> > graphics::hasCollided" (?hasCollided@graphics@@3V?$vector@_NV?$allocator@_N@std@@@std@@A) already defined in BtOgre.obj C:\eio\_zevil\stdafx.obj
  1684. Error 1712 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\recoil.obj
  1685. Error 1713 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\stdafx.obj
  1686. Error 1714 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\loop.obj
  1687. Error 1715 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\main-new.obj
  1688. Error 1716 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\OgreConsoleForGorilla.obj
  1689. Error 1717 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\physics.obj
  1690. Error 1718 error LNK2019: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) referenced in function "void __cdecl std::_Destroy_range<class std::allocator<struct character_s> >(struct character_s *,struct character_s *,class std::allocator<struct character_s> &)" (??$_Destroy_range@V?$allocator@Ucharacter_s@@@std@@@std@@YAXPAUcharacter_s@@0AAV?$allocator@Ucharacter_s@@@0@@Z) C:\eio\_zevil\inputs.obj
  1691. Error 1719 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\pch.obj
  1692. Error 1720 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\ui.obj
  1693. Error 1721 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\laser.obj
  1694. Error 1722 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\game_update.obj
  1695. Error 1723 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\Gorilla.obj
  1696. Error 1724 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\init.obj
  1697. Error 1725 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\init_resources.obj
  1698. Error 1726 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\BtOgre.obj
  1699. Error 1727 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\bullets.obj
  1700. Error 1728 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\game.obj
  1701. Error 1729 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\game_cast.obj
  1702. Error 1730 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\recoil.obj
  1703. Error 1731 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\stdafx.obj
  1704. Error 1732 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\loop.obj
  1705. Error 1733 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\main-new.obj
  1706. Error 1734 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\OgreConsoleForGorilla.obj
  1707. Error 1735 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\physics.obj
  1708. Error 1736 error LNK2019: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) referenced in function "struct std::_Nonscalar_ptr_iterator_tag __cdecl std::_Ptr_cat<struct character_s,struct character_s>(struct character_s *,struct character_s *)" (??$_Ptr_cat@Ucharacter_s@@U1@@std@@YA?AU_Nonscalar_ptr_iterator_tag@0@PAUcharacter_s@@0@Z) C:\eio\_zevil\inputs.obj
  1709. Error 1737 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\pch.obj
  1710. Error 1738 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\ui.obj
  1711. Error 1739 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\laser.obj
  1712. Error 1740 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\game_update.obj
  1713. Error 1741 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\Gorilla.obj
  1714. Error 1742 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\init.obj
  1715. Error 1743 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\init_resources.obj
  1716. Error 1744 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\BtOgre.obj
  1717. Error 1745 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\bullets.obj
  1718. Error 1746 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\game.obj
  1719. Error 1747 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameRenderingQueued(struct Ogre::FrameEvent const &)" (?frameRenderingQueued@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\game_cast.obj
  1720. Error 1748 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\recoil.obj
  1721. Error 1749 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\stdafx.obj
  1722. Error 1750 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\loop.obj
  1723. Error 1751 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\main-new.obj
  1724. Error 1752 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\OgreConsoleForGorilla.obj
  1725. Error 1753 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\physics.obj
  1726. Error 1754 error LNK2019: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) referenced in function "struct std::_Nonscalar_ptr_iterator_tag __cdecl std::_Ptr_cat<struct character_s,struct character_s>(struct character_s *,struct character_s *)" (??$_Ptr_cat@Ucharacter_s@@U1@@std@@YA?AU_Nonscalar_ptr_iterator_tag@0@PAUcharacter_s@@0@Z) C:\eio\_zevil\inputs.obj
  1727. Error 1755 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\pch.obj
  1728. Error 1756 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\ui.obj
  1729. Error 1757 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\laser.obj
  1730. Error 1758 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\game_update.obj
  1731. Error 1759 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\Gorilla.obj
  1732. Error 1760 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\init.obj
  1733. Error 1761 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\init_resources.obj
  1734. Error 1762 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\BtOgre.obj
  1735. Error 1763 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\bullets.obj
  1736. Error 1764 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\game.obj
  1737. Error 1765 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@listener@@UAE_NABUFrameEvent@Ogre@@@Z) C:\eio\_zevil\game_cast.obj
  1738. Error 1766 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\recoil.obj
  1739. Error 1767 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\stdafx.obj
  1740. Error 1768 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\loop.obj
  1741. Error 1769 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\main-new.obj
  1742. Error 1770 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\OgreConsoleForGorilla.obj
  1743. Error 1771 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\physics.obj
  1744. Error 1772 error LNK2019: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) referenced in function "void __cdecl std::_Destroy_range<class std::allocator<struct character_s> >(struct character_s *,struct character_s *,class std::allocator<struct character_s> &)" (??$_Destroy_range@V?$allocator@Ucharacter_s@@@std@@@std@@YAXPAUcharacter_s@@0AAV?$allocator@Ucharacter_s@@@0@@Z) C:\eio\_zevil\inputs.obj
  1745. Error 1773 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\pch.obj
  1746. Error 1774 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\ui.obj
  1747. Error 1775 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\laser.obj
  1748. Error 1776 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\game_update.obj
  1749. Error 1777 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\Gorilla.obj
  1750. Error 1778 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\init.obj
  1751. Error 1779 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\init_resources.obj
  1752. Error 1780 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\BtOgre.obj
  1753. Error 1781 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\bullets.obj
  1754. Error 1782 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\game.obj
  1755. Error 1783 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyPressed(class OIS::KeyEvent const &)" (?keyPressed@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\game_cast.obj
  1756. Error 1784 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\recoil.obj
  1757. Error 1785 error LNK2019: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) referenced in function "protected: void __thiscall std::vector<class Ogre::BillboardChain *,class std::allocator<class Ogre::BillboardChain *> >::_Destroy(class Ogre::BillboardChain * *,class Ogre::BillboardChain * *)" (?_Destroy@?$vector@PAVBillboardChain@Ogre@@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@IAEXPAPAVBillboardChain@Ogre@@0@Z) C:\eio\_zevil\stdafx.obj
  1758. Error 1786 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\loop.obj
  1759. Error 1787 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\main-new.obj
  1760. Error 1788 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\OgreConsoleForGorilla.obj
  1761. Error 1789 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\physics.obj
  1762. Error 1790 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\inputs.obj
  1763. Error 1791 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\pch.obj
  1764. Error 1792 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\ui.obj
  1765. Error 1793 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\laser.obj
  1766. Error 1794 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\game_update.obj
  1767. Error 1795 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\Gorilla.obj
  1768. Error 1796 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\init.obj
  1769. Error 1797 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\init_resources.obj
  1770. Error 1798 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\BtOgre.obj
  1771. Error 1799 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\bullets.obj
  1772. Error 1800 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\game.obj
  1773. Error 1801 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::keyReleased(class OIS::KeyEvent const &)" (?keyReleased@listener@@UAE_NABVKeyEvent@OIS@@@Z) C:\eio\_zevil\game_cast.obj
  1774. Error 1802 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\recoil.obj
  1775. Error 1803 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\stdafx.obj
  1776. Error 1804 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\loop.obj
  1777. Error 1805 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\main-new.obj
  1778. Error 1806 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\OgreConsoleForGorilla.obj
  1779. Error 1807 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\physics.obj
  1780. Error 1808 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\inputs.obj
  1781. Error 1809 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\pch.obj
  1782. Error 1810 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\ui.obj
  1783. Error 1811 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\laser.obj
  1784. Error 1812 error LNK2019: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) referenced in function "struct std::_Scalar_ptr_iterator_tag __cdecl std::_Ptr_cat<class Ogre::BillboardChain *,class Ogre::BillboardChain *>(class Ogre::BillboardChain * *,class Ogre::BillboardChain * *)" (??$_Ptr_cat@PAVBillboardChain@Ogre@@PAV12@@std@@YA?AU_Scalar_ptr_iterator_tag@0@PAPAVBillboardChain@Ogre@@0@Z) C:\eio\_zevil\game_update.obj
  1785. Error 1813 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\Gorilla.obj
  1786. Error 1814 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\init.obj
  1787. Error 1815 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\init_resources.obj
  1788. Error 1816 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\BtOgre.obj
  1789. Error 1817 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\bullets.obj
  1790. Error 1818 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\game.obj
  1791. Error 1819 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseMoved(class OIS::MouseEvent const &)" (?mouseMoved@listener@@UAE_NABVMouseEvent@OIS@@@Z) C:\eio\_zevil\game_cast.obj
  1792. Error 1820 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\recoil.obj
  1793. Error 1821 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\stdafx.obj
  1794. Error 1822 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\loop.obj
  1795. Error 1823 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\main-new.obj
  1796. Error 1824 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\OgreConsoleForGorilla.obj
  1797. Error 1825 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\physics.obj
  1798. Error 1826 error LNK2019: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) referenced in function "void __cdecl std::_Destroy_range<class std::allocator<struct character_s> >(struct character_s *,struct character_s *,class std::allocator<struct character_s> &,struct std::_Nonscalar_ptr_iterator_tag)" (??$_Destroy_range@V?$allocator@Ucharacter_s@@@std@@@std@@YAXPAUcharacter_s@@0AAV?$allocator@Ucharacter_s@@@0@U_Nonscalar_ptr_iterator_tag@0@@Z) C:\eio\_zevil\inputs.obj
  1799. Error 1827 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\pch.obj
  1800. Error 1828 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\ui.obj
  1801. Error 1829 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\laser.obj
  1802. Error 1830 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\game_update.obj
  1803. Error 1831 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\Gorilla.obj
  1804. Error 1832 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\init.obj
  1805. Error 1833 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\init_resources.obj
  1806. Error 1834 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\BtOgre.obj
  1807. Error 1835 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\bullets.obj
  1808. Error 1836 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\game.obj
  1809. Error 1837 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mousePressed(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mousePressed@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\game_cast.obj
  1810. Error 1838 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\recoil.obj
  1811. Error 1839 error LNK2019: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) referenced in function "void __cdecl std::_Destroy_range<class std::allocator<class Ogre::BillboardChain *> >(class Ogre::BillboardChain * *,class Ogre::BillboardChain * *,class std::allocator<class Ogre::BillboardChain *> &)" (??$_Destroy_range@V?$allocator@PAVBillboardChain@Ogre@@@std@@@std@@YAXPAPAVBillboardChain@Ogre@@0AAV?$allocator@PAVBillboardChain@Ogre@@@0@@Z) C:\eio\_zevil\stdafx.obj
  1812. Error 1840 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\loop.obj
  1813. Error 1841 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\main-new.obj
  1814. Error 1842 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\OgreConsoleForGorilla.obj
  1815. Error 1843 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\physics.obj
  1816. Error 1844 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\inputs.obj
  1817. Error 1845 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\pch.obj
  1818. Error 1846 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\ui.obj
  1819. Error 1847 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\laser.obj
  1820. Error 1848 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\game_update.obj
  1821. Error 1849 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\Gorilla.obj
  1822. Error 1850 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\init.obj
  1823. Error 1851 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\init_resources.obj
  1824. Error 1852 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\BtOgre.obj
  1825. Error 1853 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\bullets.obj
  1826. Error 1854 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\game.obj
  1827. Error 1855 error LNK2001: unresolved external symbol "public: virtual bool __thiscall listener::mouseReleased(class OIS::MouseEvent const &,enum OIS::MouseButtonID)" (?mouseReleased@listener@@UAE_NABVMouseEvent@OIS@@W4MouseButtonID@3@@Z) C:\eio\_zevil\game_cast.obj
  1828. Error 1856 error LNK2019: unresolved external symbol "void __cdecl game::error_message(enum err_msg)" (?error_message@game@@YAXW4err_msg@@@Z) referenced in function "void __cdecl game::cast_cmd(short,short,short)" (?cast_cmd@game@@YAXFFF@Z) C:\eio\_zevil\game_cast.obj
  1829. Error 1857 error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl game::inspect_cast(short,short,short)" (?inspect_cast@game@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@FFF@Z) referenced in function "void __cdecl game::cast_cmd(short,short,short)" (?cast_cmd@game@@YAXFFF@Z) C:\eio\_zevil\game_cast.obj
  1830. Error 1858 error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup C:\eio\_zevil\MSVCRTD.lib(crtexew.obj)
  1831. Error 1859 error LNK1120: 11 unresolved externals C:\eio\_zevil\Debug\zevil.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement