Skip to content

Commit 7133442

Browse files
Rename Endpoints.h to EntryPoints.h and move to EntryPoints directory
1 parent 021af0a commit 7133442

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

Source/Osiris.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<ClInclude Include="CS2\Panorama\StyleEnums.h" />
117117
<ClInclude Include="CS2\Panorama\StyleProperties.h" />
118118
<ClInclude Include="CS2\Panorama\Transform3D.h" />
119-
<ClInclude Include="Endpoints.h" />
119+
<ClInclude Include="EntryPoints\EntryPoints.h" />
120120
<ClInclude Include="EntryPoints\GuiEntryPoints.h" />
121121
<ClInclude Include="Features\Combat\SniperRifles\NoScopeInaccuracyVis\NoScopeInaccuracyVis.h" />
122122
<ClInclude Include="Features\Combat\SniperRifles\NoScopeInaccuracyVis\NoScopeInaccuracyVisConfigVariables.h" />

Source/Osiris.vcxproj.filters

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@
453453
<ClInclude Include="Vmt\VmtSwapper.h">
454454
<Filter>Vmt</Filter>
455455
</ClInclude>
456-
<ClInclude Include="Endpoints.h" />
457456
<ClInclude Include="Platform\Macros\IsCompiler.h">
458457
<Filter>Platform\Macros</Filter>
459458
</ClInclude>
@@ -608,9 +607,6 @@
608607
<ClInclude Include="GlobalContext\PartialGlobalContext.h">
609608
<Filter>GlobalContext</Filter>
610609
</ClInclude>
611-
<ClInclude Include="GlobalContext\PeepEventsHookResult.h">
612-
<Filter>GlobalContext</Filter>
613-
</ClInclude>
614610
<ClInclude Include="Features\FeaturesStates.h">
615611
<Filter>Features</Filter>
616612
</ClInclude>
@@ -1952,6 +1948,9 @@
19521948
<ClInclude Include="Utils\TemplateParameterCstring.h">
19531949
<Filter>Utils</Filter>
19541950
</ClInclude>
1951+
<ClInclude Include="EntryPoints\EntryPoints.h">
1952+
<Filter>EntryPoints</Filter>
1953+
</ClInclude>
19551954
</ItemGroup>
19561955
<ItemGroup>
19571956
<None Include="UI\Panorama\CreateGUI.js">
@@ -1968,6 +1967,5 @@
19681967
<MASM Include="Platform\Windows\Syscalls\WindowsSyscall.asm">
19691968
<Filter>Platform\Windows\Syscalls</Filter>
19701969
</MASM>
1971-
<MASM Include="WindowsEndpoints.asm" />
19721970
</ItemGroup>
19731971
</Project>

Source/dllmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
constinit ManuallyDestructible<GlobalContext> GlobalContext::globalContext;
88

9-
#include "Endpoints.h"
9+
#include "EntryPoints/EntryPoints.h"
1010

1111
#if IS_WIN64()
1212
#include "BuildConfig.h"

0 commit comments

Comments
 (0)