Skip to content

Commit

Permalink
Merge pull request #256 from matanki-saito/feature/test
Browse files Browse the repository at this point in the history
Feature/test
  • Loading branch information
matanki-saito authored May 28, 2024
2 parents 59ea976 + b812f27 commit 0c54b9f
Show file tree
Hide file tree
Showing 6 changed files with 406 additions and 215 deletions.
4 changes: 2 additions & 2 deletions Plugin64/Plugin64.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ copy "$(TargetPath)" "C:\Program Files\Epic Games\EuropaUniversalis4\plugins"</C
<EnableUAC>false</EnableUAC>
</Link>
<PostBuildEvent>
<Command>
</Command>
<Command>copy "$(TargetPath)" "C:\Program Files (x86)\Steam\steamapps\common\Europa Universalis IV\plugins"
copy "$(TargetPath)" "C:\Program Files\Epic Games\EuropaUniversalis4\plugins"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down
16 changes: 0 additions & 16 deletions Plugin64/console_history.txt

This file was deleted.

2 changes: 1 addition & 1 deletion Plugin64/dll_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ BOOL APIENTRY DllMain(HMODULE hModule,
//e |= Input::Init(options);

// 文字列順序入れ替え
//e |= Localization::Init(options);
e |= Localization::Init(options);

// bitmapfont調整、スクロール量調整
e |= CBitmapFont::Init(options);
Expand Down
Loading

0 comments on commit 0c54b9f

Please sign in to comment.