• Ищем качественного (не новичок) разработчиков Xenforo для этого форума! В идеале, чтобы ты был фулл стек программистом. Если у тебя есть что показать, то свяжись с нами по контактным данным: https://t.me/DREDD

Не могу поставить ImGui 1.80+

  • Автор темы Автор темы Mussa
  • Дата начала Дата начала
Забаненный
Забаненный
Статус
Оффлайн
Регистрация
2 Апр 2021
Сообщения
12
Реакции
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Я пишу проект в самп, он уже работает на 1.79 ImGui, Но я хотел использовать чужое меню но там оказалась 1.80 версия
Там выскакивают такие ошибки :
C++:
Expand Collapse Copy
1>Config.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>Config.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>Hooks.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>KeyHook.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>Memory.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>Secure.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>Textures.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>Utils.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>D3DHook.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>Aimbot.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>Combat.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>Player.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>Rainbow.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>Visuals.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>imgui_custom.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>imgui_render.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>imgui_widgets.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>main.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>Menu.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>BitStream.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>RakClient.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TabItemLabelAndCloseButton(struct ImDrawList *,struct ImRect const &,int,struct ImVec2,char const *,unsigned int,unsigned int,bool,bool *,bool *)" (?TabItemLabelAndCloseButton@ImGui@@YAXPAUImDrawList@@ABUImRect@@HUImVec2@@PBDII_NPA_N5@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TabItemBackground(struct ImDrawList *,struct ImRect const &,int,unsigned int)" (?TabItemBackground@ImGui@@YAXPAUImDrawList@@ABUImRect@@HI@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "struct ImVec2 __cdecl ImGui::TabItemCalcSize(char const *,bool)" (?TabItemCalcSize@ImGui@@YA?AUImVec2@@PBD_N@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::SetTabItemClosed(char const *)" (?SetTabItemClosed@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TabItemEx(struct ImGuiTabBar *,char const *,bool *,int)" (?TabItemEx@ImGui@@YA_NPAUImGuiTabBar@@PBDPA_NH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TabItemButton(char const *,int)" (?TabItemButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::EndTabItem(void)" (?EndTabItem@ImGui@@YAXXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::BeginTabItem(char const *,bool *,int)" (?BeginTabItem@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TabBarProcessReorder(struct ImGuiTabBar *)" (?TabBarProcessReorder@ImGui@@YA_NPAUImGuiTabBar@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TabBarQueueReorder(struct ImGuiTabBar *,struct ImGuiTabItem const *,int)" (?TabBarQueueReorder@ImGui@@YAXPAUImGuiTabBar@@PBUImGuiTabItem@@H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TabBarCloseTab(struct ImGuiTabBar *,struct ImGuiTabItem *)" (?TabBarCloseTab@ImGui@@YAXPAUImGuiTabBar@@PAUImGuiTabItem@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TabBarRemoveTab(struct ImGuiTabBar *,unsigned int)" (?TabBarRemoveTab@ImGui@@YAXPAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "struct ImGuiTabItem * __cdecl ImGui::TabBarFindTabByID(struct ImGuiTabBar *,unsigned int)" (?TabBarFindTabByID@ImGui@@YAPAUImGuiTabItem@@PAUImGuiTabBar@@I@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::EndTabBar(void)" (?EndTabBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBarEx(struct ImGuiTabBar *,struct ImRect const &,int)" (?BeginTabBarEx@ImGui@@YA_NPAUImGuiTabBar@@ABUImRect@@H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::BeginTabBar(char const *,int)" (?BeginTabBar@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "public: __thiscall ImGuiTabBar::ImGuiTabBar(void)" (??0ImGuiTabBar@@QAE@XZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool *,bool)" (?MenuItem@ImGui@@YA_NPBD0PA_N_N@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::MenuItem(char const *,char const *,bool,bool)" (?MenuItem@ImGui@@YA_NPBD0_N1@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::EndMenu(void)" (?EndMenu@ImGui@@YAXXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::BeginMenu(char const *,bool)" (?BeginMenu@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::EndMainMenuBar(void)" (?EndMainMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::BeginMainMenuBar(void)" (?BeginMainMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::EndMenuBar(void)" (?EndMenuBar@ImGui@@YAXXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::BeginMenuBar(void)" (?BeginMenuBar@ImGui@@YA_NXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::CalcExtraSpace(float)const " (?CalcExtraSpace@ImGuiMenuColumns@@QBEMM@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "public: float __thiscall ImGuiMenuColumns::DeclColumns(float,float,float)" (?DeclColumns@ImGuiMenuColumns@@QAEMMMM@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "public: void __thiscall ImGuiMenuColumns::Update(int,float,bool)" (?Update@ImGuiMenuColumns@@QAEXHM_N@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,float,char const *)" (?Value@ImGui@@YAXPBDM0@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,unsigned int)" (?Value@ImGui@@YAXPBDI@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,int)" (?Value@ImGui@@YAXPBDH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::Value(char const *,bool)" (?Value@ImGui@@YAXPBD_N@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotHistogram@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::PlotHistogram(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotHistogram@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotLines@ImGui@@YAXPBDP6AMPAXH@Z1HH0MMUImVec2@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::PlotLines(char const *,float const *,int,int,char const *,float,float,struct ImVec2,int)" (?PlotLines@ImGui@@YAXPBDPBMHH0MMUImVec2@@H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "int __cdecl ImGui::PlotEx(enum ImGuiPlotType,char const *,float (__cdecl*)(void *,int),void *,int,int,char const *,float,float,struct ImVec2)" (?PlotEx@ImGui@@YAHW4ImGuiPlotType@@PBDP6AMPAXH@Z2HH1MMUImVec2@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?ListBox@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ListBox(char const *,int *,char const * const * const,int,int)" (?ListBox@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::ListBoxFooter(void)" (?ListBoxFooter@ImGui@@YAXXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,int,int)" (?ListBoxHeader@ImGui@@YA_NPBDHH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ListBoxHeader(char const *,struct ImVec2 const &)" (?ListBoxHeader@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool *,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBDPA_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::Selectable(char const *,bool,int,struct ImVec2 const &)" (?Selectable@ImGui@@YA_NPBD_NHABUImVec2@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,bool *,int)" (?CollapsingHeader@ImGui@@YA_NPBDPA_NH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::CollapsingHeader(char const *,int)" (?CollapsingHeader@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::SetNextItemOpen(bool,int)" (?SetNextItemOpen@ImGui@@YAX_NH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "float __cdecl ImGui::GetTreeNodeToLabelSpacing(void)" (?GetTreeNodeToLabelSpacing@ImGui@@YAMXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TreePop(void)" (?TreePop@ImGui@@YAXXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TreePushOverrideID(unsigned int)" (?TreePushOverrideID@ImGui@@YAXI@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TreePush(void const *)" (?TreePush@ImGui@@YAXPBX@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TreePush(char const *)" (?TreePush@ImGui@@YAXPBD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehavior(unsigned int,int,char const *,char const *)" (?TreeNodeBehavior@ImGui@@YA_NIHPBD0@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeBehaviorIsOpen(unsigned int,int)" (?TreeNodeBehaviorIsOpen@ImGui@@YA_NIH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(void const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBXHPBDPAD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeExV(char const *,int,char const *,char *)" (?TreeNodeExV@ImGui@@YA_NPBDH0PAD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(void const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBXHPBDZZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int,char const *,...)" (?TreeNodeEx@ImGui@@YA_NPBDH0ZZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeEx(char const *,int)" (?TreeNodeEx@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(void const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBXPBDPAD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TreeNodeV(char const *,char const *,char *)" (?TreeNodeV@ImGui@@YA_NPBD0PAD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *)" (?TreeNode@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(void const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBXPBDZZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TreeNode(char const *,char const *,...)" (?TreeNode@ImGui@@YA_NPBD0ZZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::ColorEditOptionsPopup(float const *,int)" (?ColorEditOptionsPopup@ImGui@@YAXPBMH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::ColorTooltip(char const *,float const *,int)" (?ColorTooltip@ImGui@@YAXPBDPBMH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::SetColorEditOptions(int)" (?SetColorEditOptions@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ColorButton(char const *,struct ImVec4 const &,int,struct ImVec2)" (?ColorButton@ImGui@@YA_NPBDABUImVec4@@HUImVec2@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker4(char const *,float * const,int,float const *)" (?ColorPicker4@ImGui@@YA_NPBDQAMHPBM@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ColorPicker3(char const *,float * const,int)" (?ColorPicker3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit4(char const *,float * const,int)" (?ColorEdit4@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ColorEdit3(char const *,float * const,int)" (?ColorEdit3@ImGui@@YA_NPBDQAMH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputTextEx(char const *,char const *,char *,int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextEx@ImGui@@YA_NPBD0PADHABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::InsertChars(int,char const *,char const *)" (?InsertChars@ImGuiInputTextCallbackData@@QAEXHPBD0@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "public: void __thiscall ImGuiInputTextCallbackData::DeleteChars(int,int)" (?DeleteChars@ImGuiInputTextCallbackData@@QAEXHH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "public: __thiscall ImGuiInputTextCallbackData::ImGuiInputTextCallbackData(void)" (??0ImGuiInputTextCallbackData@@QAE@XZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "public: void __thiscall ImGuiInputTextState::OnKeyPressed(int)" (?OnKeyPressed@ImGuiInputTextState@@QAEXH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputTextWithHint(char const *,char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextWithHint@ImGui@@YA_NPBD0PADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputTextMultiline(char const *,char *,unsigned int,struct ImVec2 const &,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputTextMultiline@ImGui@@YA_NPBDPADIABUImVec2@@HP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputText(char const *,char *,unsigned int,int,int (__cdecl*)(struct ImGuiInputTextCallbackData *),void *)" (?InputText@ImGui@@YA_NPBDPADIHP6AHPAUImGuiInputTextCallbackData@@@ZPAX@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputDouble(char const *,double *,double,double,char const *,int)" (?InputDouble@ImGui@@YA_NPBDPANNN0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputInt4(char const *,int * const,int)" (?InputInt4@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputInt3(char const *,int * const,int)" (?InputInt3@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputInt2(char const *,int * const,int)" (?InputInt2@ImGui@@YA_NPBDQAHH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputInt(char const *,int *,int,int,int)" (?InputInt@ImGui@@YA_NPBDPAHHHH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputFloat4(char const *,float * const,char const *,int)" (?InputFloat4@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputFloat3(char const *,float * const,char const *,int)" (?InputFloat3@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputFloat2(char const *,float * const,char const *,int)" (?InputFloat2@ImGui@@YA_NPBDQAM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputFloat(char const *,float *,float,float,char const *,int)" (?InputFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?InputScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InputScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?InputScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TempInputScalar(struct ImRect const &,unsigned int,char const *,int,void *,char const *,void const *,void const *)" (?TempInputScalar@ImGui@@YA_NABUImRect@@IPBDHPAX1PBX3@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::TempInputText(struct ImRect const &,unsigned int,char const *,char *,int,int)" (?TempInputText@ImGui@@YA_NABUImRect@@IPBDPADHH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "int __cdecl ImParseFormatPrecision(char const *,int)" (?ImParseFormatPrecision@@YAHPBDH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "char const * __cdecl ImParseFormatTrimDecorations(char const *,char *,unsigned int)" (?ImParseFormatTrimDecorations@@YAPBDPBDPADI@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "char const * __cdecl ImParseFormatFindEnd(char const *)" (?ImParseFormatFindEnd@@YAPBDPBD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "char const * __cdecl ImParseFormatFindStart(char const *)" (?ImParseFormatFindStart@@YAPBDPBD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,float)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20M@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,float)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20M@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::VSliderInt(char const *,struct ImVec2 const &,int *,int,int,char const *,int)" (?VSliderInt@ImGui@@YA_NPBDABUImVec2@@PAHHH0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::VSliderFloat(char const *,struct ImVec2 const &,float *,float,float,char const *,int)" (?VSliderFloat@ImGui@@YA_NPBDABUImVec2@@PAMMM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::VSliderScalar(char const *,struct ImVec2 const &,int,void *,void const *,void const *,char const *,int)" (?VSliderScalar@ImGui@@YA_NPBDABUImVec2@@HPAXPBX30H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderInt4(char const *,int * const,int,int,char const *,int)" (?SliderInt4@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderInt3(char const *,int * const,int,int,char const *,int)" (?SliderInt3@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderInt2(char const *,int * const,int,int,char const *,int)" (?SliderInt2@ImGui@@YA_NPBDQAHHH0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderInt(char const *,int *,int,int,char const *,int)" (?SliderInt@ImGui@@YA_NPBDPAHHH0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderAngle(char const *,float *,float,float,char const *,int)" (?SliderAngle@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat4(char const *,float * const,float,float,char const *,int)" (?SliderFloat4@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat3(char const *,float * const,float,float,char const *,int)" (?SliderFloat3@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat2(char const *,float * const,float,float,char const *,int)" (?SliderFloat2@ImGui@@YA_NPBDQAMMM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderFloat(char const *,float *,float,float,char const *,int)" (?SliderFloat@ImGui@@YA_NPBDPAMMM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderScalarN(char const *,int,void *,int,void const *,void const *,char const *,int)" (?SliderScalarN@ImGui@@YA_NPBDHPAXHPBX20H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderScalar(char const *,int,void *,void const *,void const *,char const *,int)" (?SliderScalar@ImGui@@YA_NPBDHPAXPBX20H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SliderBehavior(struct ImRect const &,unsigned int,int,void *,void const *,void const *,char const *,int,struct ImRect *)" (?SliderBehavior@ImGui@@YA_NABUImRect@@IHPAXPBX2PBDHPAU2@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,float)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20M@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,float)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20M@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragIntRange2(char const *,int *,int *,float,int,int,char const *,char const *,int)" (?DragIntRange2@ImGui@@YA_NPBDPAH1MHH00H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragInt4(char const *,int * const,float,int,int,char const *,int)" (?DragInt4@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragInt3(char const *,int * const,float,int,int,char const *,int)" (?DragInt3@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragInt2(char const *,int * const,float,int,int,char const *,int)" (?DragInt2@ImGui@@YA_NPBDQAHMHH0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragInt(char const *,int *,float,int,int,char const *,int)" (?DragInt@ImGui@@YA_NPBDPAHMHH0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragFloatRange2(char const *,float *,float *,float,float,float,char const *,char const *,int)" (?DragFloatRange2@ImGui@@YA_NPBDPAM1MMM00H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragFloat4(char const *,float * const,float,float,float,char const *,int)" (?DragFloat4@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragFloat3(char const *,float * const,float,float,float,char const *,int)" (?DragFloat3@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragFloat2(char const *,float * const,float,float,float,char const *,int)" (?DragFloat2@ImGui@@YA_NPBDQAMMMM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragFloat(char const *,float *,float,float,float,char const *,int)" (?DragFloat@ImGui@@YA_NPBDPAMMMM0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragScalarN(char const *,int,void *,int,float,void const *,void const *,char const *,int)" (?DragScalarN@ImGui@@YA_NPBDHPAXHMPBX20H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragScalar(char const *,int,void *,float,void const *,void const *,char const *,int)" (?DragScalar@ImGui@@YA_NPBDHPAXMPBX20H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DragBehavior(unsigned int,int,void *,float,void const *,void const *,char const *,int)" (?DragBehavior@ImGui@@YA_NIHPAXMPBX1PBDH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DataTypeClamp(int,void *,void const *,void const *)" (?DataTypeClamp@ImGui@@YA_NHPAXPBX1@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "int __cdecl ImGui::DataTypeCompare(int,void const *,void const *)" (?DataTypeCompare@ImGui@@YAHHPBX0@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::DataTypeApplyOpFromText(char const *,char const *,int,void *,char const *)" (?DataTypeApplyOpFromText@ImGui@@YA_NPBD0HPAX0@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::DataTypeApplyOp(int,int,void *,void const *,void const *)" (?DataTypeApplyOp@ImGui@@YAXHHPAXPBX1@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "int __cdecl ImGui::DataTypeFormatString(char *,int,int,void const *,char const *)" (?DataTypeFormatString@ImGui@@YAHPADHHPBXPBD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "struct ImGuiDataTypeInfo const * __cdecl ImGui::DataTypeGetInfo(int)" (?DataTypeGetInfo@ImGui@@YAPBUImGuiDataTypeInfo@@H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const *,int)" (?Combo@ImGui@@YA_NPBDPAH0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,char const * const * const,int,int)" (?Combo@ImGui@@YA_NPBDPAHQBQBDHH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::Combo(char const *,int *,bool (__cdecl*)(void *,int,char const * *),void *,int,int)" (?Combo@ImGui@@YA_NPBDPAHP6A_NPAXHPAPBD@Z2HH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::EndCombo(void)" (?EndCombo@ImGui@@YAXXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::BeginCombo(char const *,char const *,int)" (?BeginCombo@ImGui@@YA_NPBD0H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::ShrinkWidths(struct ImGuiShrinkWidthItem *,int,float)" (?ShrinkWidths@ImGui@@YAXPAUImGuiShrinkWidthItem@@HM@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SplitterBehavior(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float *,float,float,float,float)" (?SplitterBehavior@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAM2MMMM@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::Separator(void)" (?Separator@ImGui@@YAXXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::SeparatorEx(int)" (?SeparatorEx@ImGui@@YAXH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::AlignTextToFramePadding(void)" (?AlignTextToFramePadding@ImGui@@YAXXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::NewLine(void)" (?NewLine@ImGui@@YAXXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::Dummy(struct ImVec2 const &)" (?Dummy@ImGui@@YAXABUImVec2@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::Spacing(void)" (?Spacing@ImGui@@YAXXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::Bullet(void)" (?Bullet@ImGui@@YAXXZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::ProgressBar(float,struct ImVec2 const &,char const *)" (?ProgressBar@ImGui@@YAXMABUImVec2@@PBD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,int *,int)" (?RadioButton@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::RadioButton(char const *,bool)" (?RadioButton@ImGui@@YA_NPBD_N@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned __int64 *,unsigned __int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_K_K@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,__int64 *,__int64)" (?CheckboxFlags@ImGui@@YA_NPBDPA_J_J@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,unsigned int *,unsigned int)" (?CheckboxFlags@ImGui@@YA_NPBDPAII@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::CheckboxFlags(char const *,int *,int)" (?CheckboxFlags@ImGui@@YA_NPBDPAHH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::Checkbox(char const *,bool *)" (?Checkbox@ImGui@@YA_NPBDPA_N@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ImageButton(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,int,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButton@ImGui@@YA_NPAXABUImVec2@@11HABUImVec4@@2@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ImageButtonEx(unsigned int,void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?ImageButtonEx@ImGui@@YA_NIPAXABUImVec2@@111ABUImVec4@@2@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::Image(void *,struct ImVec2 const &,struct ImVec2 const &,struct ImVec2 const &,struct ImVec4 const &,struct ImVec4 const &)" (?Image@ImGui@@YAXPAXABUImVec2@@11ABUImVec4@@2@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ScrollbarEx(struct ImRect const &,unsigned int,enum ImGuiAxis,float *,float,float,int)" (?ScrollbarEx@ImGui@@YA_NABUImRect@@IW4ImGuiAxis@@PAMMMH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::Scrollbar(enum ImGuiAxis)" (?Scrollbar@ImGui@@YAXW4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "struct ImRect __cdecl ImGui::GetWindowScrollbarRect(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarRect@ImGui@@YA?AUImRect@@PAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "unsigned int __cdecl ImGui::GetWindowScrollbarID(struct ImGuiWindow *,enum ImGuiAxis)" (?GetWindowScrollbarID@ImGui@@YAIPAUImGuiWindow@@W4ImGuiAxis@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::CollapseButton(unsigned int,struct ImVec2 const &)" (?CollapseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::CloseButton(unsigned int,struct ImVec2 const &)" (?CloseButton@ImGui@@YA_NIABUImVec2@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ArrowButton(char const *,int)" (?ArrowButton@ImGui@@YA_NPBDH@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ArrowButtonEx(char const *,int,struct ImVec2,int)" (?ArrowButtonEx@ImGui@@YA_NPBDHUImVec2@@H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::InvisibleButton(char const *,struct ImVec2 const &,int)" (?InvisibleButton@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::SmallButton(char const *)" (?SmallButton@ImGui@@YA_NPBD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::Button(char const *,struct ImVec2 const &)" (?Button@ImGui@@YA_NPBDABUImVec2@@@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ButtonEx(char const *,struct ImVec2 const &,int)" (?ButtonEx@ImGui@@YA_NPBDABUImVec2@@H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "bool __cdecl ImGui::ButtonBehavior(struct ImRect const &,unsigned int,bool *,bool *,int)" (?ButtonBehavior@ImGui@@YA_NABUImRect@@IPA_N1H@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::BulletTextV(char const *,char *)" (?BulletTextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::BulletText(char const *,...)" (?BulletText@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::LabelTextV(char const *,char const *,char *)" (?LabelTextV@ImGui@@YAXPBD0PAD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::LabelText(char const *,char const *,...)" (?LabelText@ImGui@@YAXPBD0ZZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TextWrappedV(char const *,char *)" (?TextWrappedV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TextWrapped(char const *,...)" (?TextWrapped@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TextDisabledV(char const *,char *)" (?TextDisabledV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TextDisabled(char const *,...)" (?TextDisabled@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TextColoredV(struct ImVec4 const &,char const *,char *)" (?TextColoredV@ImGui@@YAXABUImVec4@@PBDPAD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TextColored(struct ImVec4 const &,char const *,...)" (?TextColored@ImGui@@YAXABUImVec4@@PBDZZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TextV(char const *,char *)" (?TextV@ImGui@@YAXPBDPAD@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::Text(char const *,...)" (?Text@ImGui@@YAXPBDZZ) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TextUnformatted(char const *,char const *)" (?TextUnformatted@ImGui@@YAXPBD0@Z) уже определен в Cheat.obj
1>SAMP.obj : error LNK2005: "void __cdecl ImGui::TextEx(char const *,char const *,int)" (?TextEx@ImGui@@YAXPBD0H@Z) уже определен в Cheat.obj
1>Cheat.obj : error LNK2001: неразрешенный внешний символ "void __cdecl ImGui::PushColumnsBackground(void)" (?PushColumnsBackground@ImGui@@YAXXZ).
1>Cheat.obj : error LNK2001: неразрешенный внешний символ "void __cdecl ImGui::TablePopBackgroundChannel(void)" (?TablePopBackgroundChannel@ImGui@@YAXXZ).
1>Cheat.obj : error LNK2001: неразрешенный внешний символ "void __cdecl ImGui::TablePushBackgroundChannel(void)" (?TablePushBackgroundChannel@ImGui@@YAXXZ).
1>Cheat.obj : error LNK2001: неразрешенный внешний символ "void __cdecl ImGui::PopColumnsBackground(void)" (?PopColumnsBackground@ImGui@@YAXXZ).
1>imgui.obj : error LNK2001: неразрешенный внешний символ "void __cdecl ImGui::EndColumns(void)" (?EndColumns@ImGui@@YAXXZ).
1>imgui.obj : error LNK2001: неразрешенный внешний символ "void __cdecl ImGui::DebugNodeTable(struct ImGuiTable *)" (?DebugNodeTable@ImGui@@YAXPAUImGuiTable@@@Z).
1>imgui.obj : error LNK2001: неразрешенный внешний символ "float __cdecl ImGui::GetColumnOffsetFromNorm(struct ImGuiOldColumns const *,float)" (?GetColumnOffsetFromNorm@ImGui@@YAMPBUImGuiOldColumns@@M@Z).
1>imgui.obj : error LNK2001: неразрешенный внешний символ "void __cdecl ImGui::DebugNodeTableSettings(struct ImGuiTableSettings *)" (?DebugNodeTableSettings@ImGui@@YAXPAUImGuiTableSettings@@@Z).
1>imgui.obj : error LNK2001: неразрешенный внешний символ "void __cdecl ImGui::TableGcCompactSettings(void)" (?TableGcCompactSettings@ImGui@@YAXXZ).
1>imgui.obj : error LNK2001: неразрешенный внешний символ "void __cdecl ImGui::TableGcCompactTransientBuffers(struct ImGuiTable *)" (?TableGcCompactTransientBuffers@ImGui@@YAXPAUImGuiTable@@@Z).
1>imgui.obj : error LNK2001: неразрешенный внешний символ "void __cdecl ImGui::EndTable(void)" (?EndTable@ImGui@@YAXXZ).
1>imgui.obj : error LNK2001: неразрешенный внешний символ "void __cdecl ImGui::TableSettingsInstallHandler(struct ImGuiContext *)" (?TableSettingsInstallHandler@ImGui@@YAXPAUImGuiContext@@@Z).
1>imgui.obj : error LNK2001: неразрешенный внешний символ "void __cdecl ImGui::TableEndRow(struct ImGuiTable *)" (?TableEndRow@ImGui@@YAXPAUImGuiTable@@@Z).
1>C:\Desktop\GTA[REBUILT]\winsdk.asi : fatal error LNK1120: неразрешенных внешних элементов: 13
Код:
Expand Collapse Copy

После я подумал что проблема в имгуи самом(т.к оно не с ГитХуба а не особо знаменитый кодером измененный гуи)
Скачал 1.80 с Гита и опять тоже самое,переношу я обычной заменой файлов если туплю простите уж не сверх шарю за эту тему
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Качай с официального источника.
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Оффициальный Источник ImGui это гитхаб я оттуда и качал, те же самые ошибки
Но если поставлю 1.79 Все скомпилится при такой же конфигурации
Качай с официального источника.
 
нихуя ты настрочил у меня браузер лагает даже
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Ты, похоже, подключаешь сразу несколько версий. поэтому одни и те же функции определяются несколько раз.
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Ты, похоже, подключаешь сразу несколько версий. поэтому одни и те же функции определяются несколько раз.
Образно я понял но не совсем, Версия имгуи по сути же не влияет, у меня проект к 1.79 подключен и успешно работает, стоит мне заменить файлы имгуи(я код рендера и вообще не трогаю) сразу же вылетают эти ошибки, я тоже думал что подключается х2 имгуи и идет конфликт но еще не разобрался где это можно было бы пофиксить
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Немного не стандартно, решил проблему(не совсем) Мой проект стоит на СДК который как и проект скомпилирован на DX9(2010) И новое ImGui 1.80 версии поддерживается только на WinSDK10 Там встроенный DX новой версии, проблему я решил переносом сниппетов с 1.80 на 1.79 благо сверх отличий нет но если вдруг у кого то будут потом проблемы, Closed
 
Назад
Сверху Снизу