Skip to content

Commit

Permalink
Add cs2::CUtlString struct
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkrupinski committed Dec 19, 2023
1 parent c32b7d2 commit 59753f5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Source/CS2/Classes/CUtlString.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#pragma once

namespace cs2
{

struct CUtlString {
char* m_pString;
};

}
1 change: 1 addition & 0 deletions Source/Osiris.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<ClInclude Include="CS2\Classes\Color.h" />
<ClInclude Include="CS2\Classes\CPlantedC4.h" />
<ClInclude Include="CS2\Classes\CUtlFilenameSymbolTable.h" />
<ClInclude Include="CS2\Classes\CUtlString.h" />
<ClInclude Include="CS2\Classes\CUtlVector.h" />
<ClInclude Include="CS2\Classes\CViewRender.h" />
<ClInclude Include="CS2\Classes\C_CSGameRules.h" />
Expand Down
3 changes: 3 additions & 0 deletions Source/Osiris.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,9 @@
<ClInclude Include="MemoryPatterns\Windows\PanelStylePatternsWindows.h">
<Filter>MemoryPatterns\Windows</Filter>
</ClInclude>
<ClInclude Include="CS2\Classes\CUtlString.h">
<Filter>CS2\Classes</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="UI\Panorama\CreateGUI.js">
Expand Down

0 comments on commit 59753f5

Please sign in to comment.