Skip to content

Commit

Permalink
Merge pull request #8 from Asiern/NieRHook-submodule
Browse files Browse the repository at this point in the history
NieRHook submodule
  • Loading branch information
Asiern authored May 2, 2021
2 parents 414c079 + 5740308 commit f552fbc
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 616 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Source/NieRAutomataGadget/NieRHook"]
path = Source/NieRAutomataGadget/NieRHook
url = https://github.com/Asiern/NieRHook.git
2 changes: 1 addition & 1 deletion Source/NieRAutomataGadget/Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <wx/wx.h>
#include <wx/notebook.h>
#include <wx/listctrl.h>
#include "NierHook.hpp"
#include "./NieRHook/Source/ConsoleApplication1/NierHook.hpp"

class Main : public wxFrame, public wxThreadHelper
{
Expand Down
4 changes: 2 additions & 2 deletions Source/NieRAutomataGadget/NieRAutomataGadget.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemGroup>
<ClInclude Include="cApp.h" />
<ClInclude Include="Main.h" />
<ClInclude Include="NierHook.hpp" />
<ClInclude Include="NieRHook\Source\ConsoleApplication1\NierHook.hpp" />
<ClInclude Include="Panels\InventoryPanel.hpp" />
<ClInclude Include="Panels\MiscPanel.hpp" />
<ClInclude Include="Panels\PlayerPanel.hpp" />
Expand All @@ -31,7 +31,7 @@
<ItemGroup>
<ClCompile Include="cApp.cpp" />
<ClCompile Include="Main.cpp" />
<ClCompile Include="NierHook.cpp" />
<ClCompile Include="NieRHook\Source\ConsoleApplication1\NierHook.cpp" />
<ClCompile Include="Panels\InventoryPanel.cpp" />
<ClCompile Include="Panels\MiscPanel.cpp" />
<ClCompile Include="Panels\PlayerPanel.cpp" />
Expand Down
8 changes: 4 additions & 4 deletions Source/NieRAutomataGadget/NieRAutomataGadget.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
<ClInclude Include="Panels\PlayerPanel.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="NierHook.hpp">
<ClInclude Include="Panels\MiscPanel.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Panels\MiscPanel.hpp">
<ClInclude Include="NieRHook\Source\ConsoleApplication1\NierHook.hpp">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
Expand All @@ -56,10 +56,10 @@
<ClCompile Include="Panels\PlayerPanel.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="NierHook.cpp">
<ClCompile Include="Panels\MiscPanel.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="Panels\MiscPanel.cpp">
<ClCompile Include="NieRHook\Source\ConsoleApplication1\NierHook.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Source/NieRAutomataGadget/NieRHook
Submodule NieRHook added at e8ce80
Loading

0 comments on commit f552fbc

Please sign in to comment.