Skip to content

Commit

Permalink
extract CodeNoteModel from CodeNoteModels (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras authored Nov 9, 2024
1 parent 0726e5e commit 77b1cae
Show file tree
Hide file tree
Showing 10 changed files with 984 additions and 678 deletions.
2 changes: 2 additions & 0 deletions src/RA_Integration.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<ClCompile Include="data\models\AchievementModel.cpp" />
<ClCompile Include="data\models\AssetModelBase.cpp" />
<ClCompile Include="data\models\CapturedTriggerHits.cpp" />
<ClCompile Include="data\models\CodeNoteModel.cpp" />
<ClCompile Include="data\models\CodeNotesModel.cpp" />
<ClCompile Include="data\models\LeaderboardModel.cpp" />
<ClCompile Include="data\models\LocalBadgesModel.cpp" />
Expand Down Expand Up @@ -209,6 +210,7 @@
<ClInclude Include="data\models\AchievementModel.hh" />
<ClInclude Include="data\models\AssetModelBase.hh" />
<ClInclude Include="data\models\CapturedTriggerHits.hh" />
<ClInclude Include="data\models\CodeNoteModel.hh" />
<ClInclude Include="data\models\CodeNotesModel.hh" />
<ClInclude Include="data\models\LeaderboardModel.hh" />
<ClInclude Include="data\models\LocalBadgesModel.hh" />
Expand Down
6 changes: 6 additions & 0 deletions src/RA_Integration.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,9 @@
<ClCompile Include="services\AchievementRuntimeExports.cpp">
<Filter>Services</Filter>
</ClCompile>
<ClCompile Include="data\models\CodeNoteModel.cpp">
<Filter>Data\Models</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="RA_Resource.h">
Expand Down Expand Up @@ -971,6 +974,9 @@
<ClInclude Include="services\AchievementRuntimeExports.hh">
<Filter>Services</Filter>
</ClInclude>
<ClInclude Include="data\models\CodeNoteModel.hh">
<Filter>Data\Models</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="RA_Shared.rc">
Expand Down
Loading

0 comments on commit 77b1cae

Please sign in to comment.