mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-10 11:36:00 +00:00
Rename to HookableEvent. Because naming conflict
This commit is contained in:
parent
60f2b5af7b
commit
8c8bd0e7ac
5 changed files with 12 additions and 12 deletions
|
@ -46,7 +46,6 @@
|
|||
<ClInclude Include="Common\EnumFormatter.h" />
|
||||
<ClInclude Include="Common\EnumMap.h" />
|
||||
<ClInclude Include="Common\Event.h" />
|
||||
<ClInclude Include="Common\EventHook.h" />
|
||||
<ClInclude Include="Common\FatFsUtil.h" />
|
||||
<ClInclude Include="Common\FileSearch.h" />
|
||||
<ClInclude Include="Common\FileUtil.h" />
|
||||
|
@ -110,6 +109,7 @@
|
|||
<ClInclude Include="Common\GL\GLUtil.h" />
|
||||
<ClInclude Include="Common\GL\GLX11Window.h" />
|
||||
<ClInclude Include="Common\Hash.h" />
|
||||
<ClInclude Include="Common\HookableEvent.h" />
|
||||
<ClInclude Include="Common\HRWrap.h" />
|
||||
<ClInclude Include="Common\HttpRequest.h" />
|
||||
<ClInclude Include="Common\Image.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue