File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #include < LR2HackBox/LR2HackBox.hpp>
2+ #include " ../LR2HackBox/Features/Numbers.hpp"
3+
4+ extern " C" __declspec(dllexport) Numbers::Judgements __cdecl GetJudgements () {
5+ Numbers& numbers = *(Numbers*)LR2HackBox::Get ().mNumbers .get ();
6+ return numbers.GetTotalJudgements ();
7+ }
Original file line number Diff line number Diff line change 128128 <PrecompiledHeader >NotUsing</PrecompiledHeader >
129129 <PrecompiledHeaderFile >
130130 </PrecompiledHeaderFile >
131- <LanguageStandard >stdcpp20 </LanguageStandard >
131+ <LanguageStandard >stdcpplatest </LanguageStandard >
132132 <AdditionalIncludeDirectories >$(SolutionDir)include\;$(SolutionDir)ext\;$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
133133 <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
134134 <LanguageStandard_C >stdc17</LanguageStandard_C >
186186 </ItemDefinitionGroup >
187187 <ItemGroup >
188188 <ClCompile Include =" dllmain.cpp" />
189+ <ClCompile Include =" ExportedMethods.cpp" />
189190 </ItemGroup >
190191 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
191192 <ImportGroup Label =" ExtensionTargets" >
Original file line number Diff line number Diff line change 1818 <ClCompile Include =" dllmain.cpp" >
1919 <Filter >Source Files</Filter >
2020 </ClCompile >
21+ <ClCompile Include =" ExportedMethods.cpp" >
22+ <Filter >Source Files</Filter >
23+ </ClCompile >
2124 </ItemGroup >
2225</Project >
You can’t perform that action at this time.
0 commit comments