Preparing for refactoring

This commit is contained in:
mathusummut
2018-11-02 12:03:04 +01:00
parent 52408a57a6
commit 4eb7dc204e
35 changed files with 363 additions and 481 deletions

View File

@@ -527,51 +527,10 @@
</Lib> </Lib>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\..\..\source\shared_lib\sources\compression\compression_utils.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\compression\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpAccount.c"> <ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\*.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpCmds.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpLib.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpMessages.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpRuntime.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpServer.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpSession.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpTargetPosix.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpTargetWin32.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\graphics\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\gl\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\graphics\gl\*.cpp" />
@@ -585,35 +544,28 @@
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\common\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\common\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\miniupnpc\*.c" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\miniupnpc\*.c" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\posix\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\posix\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\win32\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\window.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\win32\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\window_gl.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\thread.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\gl_wrap.cpp" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\..\source\shared_lib\include\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\compression\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\compression\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\feathery_ftp\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\feathery_ftp\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\streflop\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\map\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\graphics\gl\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\graphics\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\graphics\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\graphics\gl\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\lua\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\lua\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\sound\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\map\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\xml\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\common\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\platform\common\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\posix\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\miniupnpc\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\platform\miniupnpc\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\posix\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\win32\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\platform\win32\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\sound\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\sound\openal\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\util\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\util\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\gl_wrap.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\util\utf8\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\noimpl.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\xml\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\platform_main.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\xml\rapidxml\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\sdl_private.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\thread.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\window.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\window_gl.h" />
<ClInclude Include="..\..\..\source\shared_lib\sources\miniz\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\sources\miniz\*.h" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

View File

@@ -385,40 +385,8 @@
</Lib> </Lib>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\..\..\source\shared_lib\sources\compression\compression_utils.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\compression\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpAccount.c"> <ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\*.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpCmds.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpLib.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpMessages.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpRuntime.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpServer.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpSession.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpTargetPosix.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpTargetWin32.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile> </ClCompile>
@@ -434,35 +402,28 @@
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\common\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\common\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\miniupnpc\*.c" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\miniupnpc\*.c" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\posix\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\posix\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\win32\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\window.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\win32\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\window_gl.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\thread.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\gl_wrap.cpp" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\..\source\shared_lib\include\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\compression\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\compression\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\feathery_ftp\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\feathery_ftp\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\streflop\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\map\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\graphics\gl\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\graphics\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\graphics\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\graphics\gl\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\lua\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\lua\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\sound\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\map\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\xml\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\common\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\platform\common\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\posix\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\miniupnpc\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\platform\miniupnpc\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\posix\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\win32\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\platform\win32\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\sound\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\sound\openal\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\util\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\util\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\gl_wrap.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\util\utf8\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\noimpl.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\xml\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\platform_main.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\xml\rapidxml\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\sdl_private.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\thread.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\window.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\window_gl.h" />
<ClInclude Include="..\..\..\source\shared_lib\sources\miniz\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\sources\miniz\*.h" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

View File

@@ -533,51 +533,10 @@
</Lib> </Lib>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\..\..\source\shared_lib\sources\compression\compression_utils.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\compression\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpAccount.c"> <ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\*.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpCmds.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpLib.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpMessages.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpRuntime.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpServer.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpSession.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpTargetPosix.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpTargetWin32.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\graphics\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\gl\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\graphics\gl\*.cpp" />
@@ -591,35 +550,28 @@
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\common\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\common\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\miniupnpc\*.c" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\miniupnpc\*.c" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\posix\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\posix\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\win32\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\window.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\win32\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\window_gl.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\thread.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\gl_wrap.cpp" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\..\source\shared_lib\include\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\compression\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\compression\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\feathery_ftp\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\feathery_ftp\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\streflop\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\map\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\graphics\gl\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\graphics\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\graphics\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\graphics\gl\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\lua\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\lua\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\sound\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\map\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\xml\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\common\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\platform\common\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\posix\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\miniupnpc\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\platform\miniupnpc\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\posix\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\win32\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\platform\win32\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\sound\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\sound\openal\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\util\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\util\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\gl_wrap.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\util\utf8\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\noimpl.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\xml\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\platform_main.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\xml\rapidxml\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\sdl_private.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\thread.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\window.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\window_gl.h" />
<ClInclude Include="..\..\..\source\shared_lib\sources\miniz\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\sources\miniz\*.h" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

View File

@@ -387,63 +387,13 @@
<IgnoreSpecificDefaultLibraries>;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <IgnoreSpecificDefaultLibraries>;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
</Lib> </Lib>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\..\..\source\shared_lib\sources\compression\compression_utils.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\compression\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpAccount.c"> <ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\*.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpCmds.c"> <ClCompile Include="..\..\..\source\shared_lib\sources\graphics\*.cpp" />
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpLib.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpMessages.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpRuntime.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpSession.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpTargetPosix.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\feathery_ftp\ftpTargetWin32.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\BMPReader.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\buffer.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\camera.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\context.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\font.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\font_manager.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\font_text.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\graphics_interface.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\ImageReaders.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\interpolation.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\JPGReader.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\model.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\model_manager.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\particle.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\pixmap.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\PNGReader.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\quaternion.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\shader.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\shader_manager.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\texture.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\texture_manager.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\TGAReader.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\video_player.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\graphics\gl\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\graphics\gl\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\map\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\map\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\miniz\*.c" /> <ClCompile Include="..\..\..\source\shared_lib\sources\miniz\*.c" />
@@ -452,41 +402,31 @@
<ClCompile Include="..\..\..\source\shared_lib\sources\xml\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\xml\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\sound\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\sound\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\sound\openal\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\sound\openal\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\common\base_thread.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\common\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\common\cache_manager.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\common\platform_common.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\common\simple_threads.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\miniupnpc\*.c" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\miniupnpc\*.c" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\posix\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\posix\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\win32\*.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\window.cpp" /> <ClCompile Include="..\..\..\source\shared_lib\sources\platform\win32\*.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\window_gl.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\thread.cpp" />
<ClCompile Include="..\..\..\source\shared_lib\sources\platform\sdl\gl_wrap.cpp" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\..\source\shared_lib\include\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\compression\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\compression\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\feathery_ftp\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\feathery_ftp\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\streflop\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\map\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\graphics\gl\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\graphics\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\graphics\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\graphics\gl\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\lua\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\lua\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\sound\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\map\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\xml\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\platform\common\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\common\shared_const.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\posix\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\miniupnpc\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\platform\miniupnpc\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\posix\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\win32\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\platform\win32\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\sound\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\sound\openal\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\util\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\util\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\gl_wrap.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\util\utf8\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\noimpl.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\xml\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\platform_main.h" /> <ClInclude Include="..\..\..\source\shared_lib\include\xml\rapidxml\*.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\sdl_private.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\thread.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\window.h" />
<ClInclude Include="..\..\..\source\shared_lib\include\platform\sdl\window_gl.h" />
<ClInclude Include="..\..\..\source\shared_lib\sources\miniz\*.h" /> <ClInclude Include="..\..\..\source\shared_lib\sources\miniz\*.h" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

View File

@@ -1,13 +1,21 @@
// ============================================================== // This file is part of ZetaGlest <https://github.com/ZetaGlest>
// This file is part of MegaGlest Shared Library (www.megaglest.org)
// //
// Copyright (C) 2013 Mark Vejvoda // Copyright (C) 2018 The ZetaGlest team
// //
// You can redistribute this code and/or modify it under // ZetaGlest is a fork of MegaGlest <https://megaglest.org>
// the terms of the GNU General Public License as published //
// by the Free Software Foundation; either version 2 of the // This program is free software: you can redistribute it and/or modify
// License, or (at your option) any later version // it under the terms of the GNU General Public License as published by
// ============================================================== // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef _SHARED_COMPRESSION_UTIL_CHECKSUM_H_ #ifndef _SHARED_COMPRESSION_UTIL_CHECKSUM_H_
#define _SHARED_COMPRESSION_UTIL_CHECKSUM_H_ #define _SHARED_COMPRESSION_UTIL_CHECKSUM_H_

View File

@@ -1,14 +1,22 @@
// ============================================================== // This file is part of ZetaGlest <https://github.com/ZetaGlest>
// This file is part of Glest Shared Library (www.glest.org)
// //
// Copyright (C) 2009-2010 Titus Tscharntke (info@titusgames.de) and // Copyright (C) 2018 The ZetaGlest team
// Mark Vejvoda (mark_vejvoda@hotmail.com)
// //
// You can redistribute this code and/or modify it under // ZetaGlest is a fork of MegaGlest <https://megaglest.org>
// the terms of the GNU General Public License as published //
// by the Free Software Foundation; either version 2 of the // This program is free software: you can redistribute it and/or modify
// License, or (at your option) any later version // it under the terms of the GNU General Public License as published by
// ============================================================== // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef _SHARED_PLATFORMCOMMON_BASETHREAD_H_ #ifndef _SHARED_PLATFORMCOMMON_BASETHREAD_H_
#define _SHARED_PLATFORMCOMMON_BASETHREAD_H_ #define _SHARED_PLATFORMCOMMON_BASETHREAD_H_

View File

@@ -1,13 +1,21 @@
// ============================================================== // This file is part of ZetaGlest <https://github.com/ZetaGlest>
// This file is part of MegaGlest (www.megaglest.org)
// //
// Copyright (C) 2012 Mark Vejvoda // Copyright (C) 2018 The ZetaGlest team
// //
// You can redistribute this code and/or modify it under // ZetaGlest is a fork of MegaGlest <https://megaglest.org>
// the terms of the GNU General Public License as published //
// by the Free Software Foundation; either version 2 of the // This program is free software: you can redistribute it and/or modify
// License, or (at your option) any later version // it under the terms of the GNU General Public License as published by
// ============================================================== // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef BYTE_ORDER_H #ifndef BYTE_ORDER_H
#define BYTE_ORDER_H #define BYTE_ORDER_H

View File

@@ -1,13 +1,21 @@
// ============================================================== // This file is part of ZetaGlest <https://github.com/ZetaGlest>
// This file is part of Glest Shared Library (www.glest.org)
// //
// Copyright (C) 2005 Matthias Braun <matze@braunis.de> // Copyright (C) 2018 The ZetaGlest team
// //
// You can redistribute this code and/or modify it under // ZetaGlest is a fork of MegaGlest <https://megaglest.org>
// the terms of the GNU General Public License as published //
// by the Free Software Foundation; either version 2 of the // This program is free software: you can redistribute it and/or modify
// License, or (at your option) any later version // it under the terms of the GNU General Public License as published by
// ============================================================== // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef _COMMON_SCOPED_PTR_H_ #ifndef _COMMON_SCOPED_PTR_H_
#define _COMMON_SCOPED_PTR_H_ #define _COMMON_SCOPED_PTR_H_

View File

@@ -1,14 +1,22 @@
// ============================================================== // This file is part of ZetaGlest <https://github.com/ZetaGlest>
// This file is part of Glest Shared Library (www.glest.org)
// //
// Copyright (C) 2009-2010 Titus Tscharntke (info@titusgames.de) and // Copyright (C) 2018 The ZetaGlest team
// Mark Vejvoda (mark_vejvoda@hotmail.com)
// //
// You can redistribute this code and/or modify it under // ZetaGlest is a fork of MegaGlest <https://megaglest.org>
// the terms of the GNU General Public License as published //
// by the Free Software Foundation; either version 2 of the // This program is free software: you can redistribute it and/or modify
// License, or (at your option) any later version // it under the terms of the GNU General Public License as published by
// ============================================================== // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef _SHARED_PLATFORMCOMMON_MATHWRAPPER_H_ #ifndef _SHARED_PLATFORMCOMMON_MATHWRAPPER_H_
#define _SHARED_PLATFORMCOMMON_MATHWRAPPER_H_ #define _SHARED_PLATFORMCOMMON_MATHWRAPPER_H_

View File

@@ -1,13 +1,22 @@
// ============================================================== // This file is part of ZetaGlest <https://github.com/ZetaGlest>
// This file is part of Glest Shared Library (www.glest.org)
// //
// Copyright (C) 2005 Matthias Braun <matze@braunis.de> // Copyright (C) 2018 The ZetaGlest team
// //
// You can redistribute this code and/or modify it under // ZetaGlest is a fork of MegaGlest <https://megaglest.org>
// the terms of the GNU General Public License as published //
// by the Free Software Foundation; either version 2 of the // This program is free software: you can redistribute it and/or modify
// License, or (at your option) any later version // it under the terms of the GNU General Public License as published by
// ============================================================== // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef _SHARED_PLATFORM_PLATFORMCOMMON_H_ #ifndef _SHARED_PLATFORM_PLATFORMCOMMON_H_
#define _SHARED_PLATFORM_PLATFORMCOMMON_H_ #define _SHARED_PLATFORM_PLATFORMCOMMON_H_

View File

@@ -1,13 +1,22 @@
// ============================================================== // This file is part of ZetaGlest <https://github.com/ZetaGlest>
// This file is part of Glest Shared Library (www.glest.org)
// //
// Copyright (C) 2005 Matthias Braun <matze@braunis.de> // Copyright (C) 2018 The ZetaGlest team
// //
// You can redistribute this code and/or modify it under // ZetaGlest is a fork of MegaGlest <https://megaglest.org>
// the terms of the GNU General Public License as published //
// by the Free Software Foundation; either version 2 of the // This program is free software: you can redistribute it and/or modify
// License, or (at your option) any later version // it under the terms of the GNU General Public License as published by
// ============================================================== // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef _SHARED_PLATFORMCOMMON_SIMPLETHREAD_H_ #ifndef _SHARED_PLATFORMCOMMON_SIMPLETHREAD_H_
#define _SHARED_PLATFORMCOMMON_SIMPLETHREAD_H_ #define _SHARED_PLATFORMCOMMON_SIMPLETHREAD_H_

View File

@@ -1,3 +1,22 @@
// This file is part of ZetaGlest <https://github.com/ZetaGlest>
//
// Copyright (C) 2018 The ZetaGlest team
//
// ZetaGlest is a fork of MegaGlest <https://megaglest.org>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef __DECLSPEC_H__ #ifndef __DECLSPEC_H__
#define __DECLSPEC_H__ #define __DECLSPEC_H__

View File

@@ -151,4 +151,3 @@ extern "C" {
#endif #endif
#endif #endif

View File

@@ -18,4 +18,3 @@
#endif #endif
#endif /* MINIUPNPC_DECLSPEC_H_INCLUDED */ #endif /* MINIUPNPC_DECLSPEC_H_INCLUDED */

View File

@@ -25,4 +25,3 @@
#define MINIUPNPC_API_VERSION 15 #define MINIUPNPC_API_VERSION 15
#endif #endif

View File

@@ -16,4 +16,3 @@
#endif #endif
#endif #endif

View File

@@ -27,4 +27,3 @@ extern "C" {
#endif #endif
#endif #endif

View File

@@ -34,4 +34,3 @@ struct xmlparser {
void parsexml(struct xmlparser *); void parsexml(struct xmlparser *);
#endif #endif

View File

@@ -1,13 +1,21 @@
// ============================================================== // This file is part of ZetaGlest <https://github.com/ZetaGlest>
// This file is part of Glest Shared Library (www.glest.org)
// //
// Copyright (C) 2005 Matthias Braun <matze@braunis.de> // Copyright (C) 2018 The ZetaGlest team
// //
// You can redistribute this code and/or modify it under // ZetaGlest is a fork of MegaGlest <https://megaglest.org>
// the terms of the GNU General Public License as published //
// by the Free Software Foundation; either version 2 of the // This program is free software: you can redistribute it and/or modify
// License, or (at your option) any later version // it under the terms of the GNU General Public License as published by
// ============================================================== // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef _SHARED_PLATFORM_TYPES_H_ #ifndef _SHARED_PLATFORM_TYPES_H_
#define _SHARED_PLATFORM_TYPES_H_ #define _SHARED_PLATFORM_TYPES_H_

View File

@@ -1,13 +1,21 @@
// ============================================================== // This file is part of ZetaGlest <https://github.com/ZetaGlest>
// This file is part of Glest Shared Library (www.glest.org)
// //
// Copyright (C) 2005 Matthias Braun <matze@braunis.de> // Copyright (C) 2018 The ZetaGlest team
// //
// You can redistribute this code and/or modify it under // ZetaGlest is a fork of MegaGlest <https://megaglest.org>
// the terms of the GNU General Public License as published //
// by the Free Software Foundation; either version 2 of the // This program is free software: you can redistribute it and/or modify
// License, or (at your option) any later version // it under the terms of the GNU General Public License as published by
// ============================================================== // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef _SHARED_PLATFORM_FACTORYREPOSITORY_H_ #ifndef _SHARED_PLATFORM_FACTORYREPOSITORY_H_
#define _SHARED_PLATFORM_FACTORYREPOSITORY_H_ #define _SHARED_PLATFORM_FACTORYREPOSITORY_H_

View File

@@ -1,13 +1,22 @@
// ============================================================== // This file is part of ZetaGlest <https://github.com/ZetaGlest>
// This file is part of Glest Shared Library (www.glest.org)
// //
// Copyright (C) 2005 Matthias Braun <matze@braunis.de> // Copyright (C) 2018 The ZetaGlest team
// //
// You can redistribute this code and/or modify it under // ZetaGlest is a fork of MegaGlest <https://megaglest.org>
// the terms of the GNU General Public License as published //
// by the Free Software Foundation; either version 2 of the // This program is free software: you can redistribute it and/or modify
// License, or (at your option) any later version // it under the terms of the GNU General Public License as published by
// ============================================================== // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef _SHARED_PLATFORM_PLATFORMUTIL_H_ #ifndef _SHARED_PLATFORM_PLATFORMUTIL_H_
#define _SHARED_PLATFORM_PLATFORMUTIL_H_ #define _SHARED_PLATFORM_PLATFORMUTIL_H_

View File

@@ -1,10 +1,21 @@
//This file is part of Glest Shared Library (www.glest.org) // This file is part of ZetaGlest <https://github.com/ZetaGlest>
//Copyright (C) 2005 Matthias Braun <matze@braunis.de> //
// Copyright (C) 2018 The ZetaGlest team
//
// ZetaGlest is a fork of MegaGlest <https://megaglest.org>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//You can redistribute this code and/or modify it under // This program is distributed in the hope that it will be useful,
//the terms of the GNU General Public License as published by the Free Software // but WITHOUT ANY WARRANTY; without even the implied warranty of
//Foundation; either version 2 of the License, or (at your option) any later // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//version. // GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef _SHARED_SOUND_SOUNDFACTORYSDL_H_ #ifndef _SHARED_SOUND_SOUNDFACTORYSDL_H_
#define _SHARED_SOUND_SOUNDFACTORYSDL_H_ #define _SHARED_SOUND_SOUNDFACTORYSDL_H_

View File

@@ -1,32 +1,25 @@
// Copyright 2006 Nemanja Trifunovic // This file is part of ZetaGlest <https://github.com/ZetaGlest>
//
// Copyright (C) 2018 The ZetaGlest team
//
// ZetaGlest is a fork of MegaGlest <https://megaglest.org>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
/* // This program is distributed in the hope that it will be useful,
Permission is hereby granted, free of charge, to any person or organization // but WITHOUT ANY WARRANTY; without even the implied warranty of
obtaining a copy of the software and accompanying documentation covered by // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
this license (the "Software") to use, reproduce, display, distribute, // GNU General Public License for more details.
execute, and transmit the Software, and to prepare derivative works of the //
Software, and to permit third-parties to whom the Software is furnished to // You should have received a copy of the GNU General Public License
do so, all subject to the following: // along with this program. If not, see <https://www.gnu.org/licenses/>
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
*/
#ifndef UTF8_FOR_CPP_CHECKED_H_2675DCD0_9480_4c0c_B92A_CC14C027B731 #ifndef UTF8_FOR_CPP_CHECKED_H
#define UTF8_FOR_CPP_CHECKED_H_2675DCD0_9480_4c0c_B92A_CC14C027B731 #define UTF8_FOR_CPP_CHECKED_H
#include "core.h" #include "core.h"
#include <stdexcept> #include <stdexcept>
@@ -323,5 +316,3 @@ namespace utf8
} // namespace utf8 } // namespace utf8
#endif //header guard #endif //header guard

View File

@@ -1,32 +1,25 @@
// Copyright 2006 Nemanja Trifunovic // This file is part of ZetaGlest <https://github.com/ZetaGlest>
//
// Copyright (C) 2018 The ZetaGlest team
//
// ZetaGlest is a fork of MegaGlest <https://megaglest.org>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
/* // This program is distributed in the hope that it will be useful,
Permission is hereby granted, free of charge, to any person or organization // but WITHOUT ANY WARRANTY; without even the implied warranty of
obtaining a copy of the software and accompanying documentation covered by // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
this license (the "Software") to use, reproduce, display, distribute, // GNU General Public License for more details.
execute, and transmit the Software, and to prepare derivative works of the //
Software, and to permit third-parties to whom the Software is furnished to // You should have received a copy of the GNU General Public License
do so, all subject to the following: // along with this program. If not, see <https://www.gnu.org/licenses/>
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
*/
#ifndef UTF8_FOR_CPP_CORE_H_2675DCD0_9480_4c0c_B92A_CC14C027B731 #ifndef UTF8_FOR_CPP_CORE_H
#define UTF8_FOR_CPP_CORE_H_2675DCD0_9480_4c0c_B92A_CC14C027B731 #define UTF8_FOR_CPP_CORE_H
#include <iterator> #include <iterator>
@@ -428,5 +421,3 @@ namespace internal
} // namespace utf8 } // namespace utf8
#endif // header guard #endif // header guard

View File

@@ -1,32 +1,25 @@
// Copyright 2006 Nemanja Trifunovic // This file is part of ZetaGlest <https://github.com/ZetaGlest>
//
// Copyright (C) 2018 The ZetaGlest team
//
// ZetaGlest is a fork of MegaGlest <https://megaglest.org>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
/* // This program is distributed in the hope that it will be useful,
Permission is hereby granted, free of charge, to any person or organization // but WITHOUT ANY WARRANTY; without even the implied warranty of
obtaining a copy of the software and accompanying documentation covered by // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
this license (the "Software") to use, reproduce, display, distribute, // GNU General Public License for more details.
execute, and transmit the Software, and to prepare derivative works of the //
Software, and to permit third-parties to whom the Software is furnished to // You should have received a copy of the GNU General Public License
do so, all subject to the following: // along with this program. If not, see <https://www.gnu.org/licenses/>
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
*/
#ifndef UTF8_FOR_CPP_UNCHECKED_H_2675DCD0_9480_4c0c_B92A_CC14C027B731 #ifndef UTF8_FOR_CPP_UNCHECKED_H
#define UTF8_FOR_CPP_UNCHECKED_H_2675DCD0_9480_4c0c_B92A_CC14C027B731 #define UTF8_FOR_CPP_UNCHECKED_H
#include "core.h" #include "core.h"
@@ -225,4 +218,3 @@ namespace utf8
#endif // header guard #endif // header guard

View File

@@ -1,13 +0,0 @@
// ==============================================================
// This file is part of MegaGlest Shared Library (www.megaglest.org)
//
// Copyright (C) 2012 Mark Vejvoda, Titus Tscharntke
// The MegaGlest Team, under GNU GPL v3.0
// ==============================================================
#include "FileReader.h"
namespace Shared {
}

View File

@@ -1,19 +0,0 @@
// ==============================================================
// This file is part of MegaGlest (www.megaglest.org)
//
// Copyright (C) 2012 Mark Vejvoda
//
// You can redistribute this code and/or modify it under
// the terms of the GNU General Public License as published
// by the Free Software Foundation; either version 2 of the
// License, or (at your option) any later version
// ==============================================================
#include "byte_order.h"
namespace Shared {
namespace PlatformByteOrder {
}
};

View File

@@ -629,4 +629,3 @@ UPNP_GetIGDFromUrl(const char * rootdescurl,
return 0; return 0;
} }
} }

View File

@@ -571,4 +571,3 @@ miniwget_getaddr(const char * url, int * size,
#endif #endif
return miniwget2(hostname, port, path, size, addr, addrlen, scope_id); return miniwget2(hostname, port, path, size, addr, addrlen, scope_id);
} }

View File

@@ -190,5 +190,3 @@ void parsexml(struct xmlparser * parser) {
parser->xmlend = parser->xmlstart + parser->xmlsize; parser->xmlend = parser->xmlstart + parser->xmlsize;
parseelt(parser); parseelt(parser);
} }

View File

@@ -152,4 +152,3 @@ int testxmlparser(const char * xml, int size) {
printf("minixml validation test failed\n"); printf("minixml validation test failed\n");
return r; return r;
}*/ }*/

View File

@@ -1,13 +1,23 @@
// ============================================================== // This file is part of ZetaGlest <https://github.com/ZetaGlest>
// This file is part of Glest Shared Library (www.glest.org)
// //
// Copyright (C) 2005 Matthias Braun <matze@braunis.de> // Copyright (C) 2018 The ZetaGlest team
// //
// You can redistribute this code and/or modify it under // ZetaGlest is a fork of MegaGlest <https://megaglest.org>
// the terms of the GNU General Public License as published //
// by the Free Software Foundation; either version 2 of the // This program is free software: you can redistribute it and/or modify
// License, or (at your option) any later version // it under the terms of the GNU General Public License as published by
// ============================================================== // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef _WIN32
#include "factory_repository.h" #include "factory_repository.h"
@@ -42,3 +52,5 @@ SoundFactory *FactoryRepository::getSoundFactory(const string &name) {
} }
}}//end namespace }}//end namespace
#endif

View File

@@ -1,18 +1,37 @@
// ============================================================== // This file is part of ZetaGlest <https://github.com/ZetaGlest>
//This file is part of Glest Shared Library (www.glest.org) //
//Copyright (C) 2005 Matthias Braun <matze@braunis.de> // Copyright (C) 2018 The ZetaGlest team
//
// ZetaGlest is a fork of MegaGlest <https://megaglest.org>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
#ifndef _WIN32
//You can redistribute this code and/or modify it under
//the terms of the GNU General Public License as published by the Free Software
//Foundation; either version 2 of the License, or (at your option) any later
//version.
#include "platform_util.h" #include "platform_util.h"
#include <iostream> #include <iostream>
#include <string.h> #include <string.h>
#include <unistd.h>
#include "util.h" #include "util.h"
#include "conversion.h" #include "conversion.h"
#if defined(WIN32) || defined(_WIN32)
#define popen _popen
#define pclose _pclose
#else
#include <unistd.h>
#endif
// For gcc backtrace on crash! // For gcc backtrace on crash!
#if defined(HAS_GCC_BACKTRACE) #if defined(HAS_GCC_BACKTRACE)
@@ -347,3 +366,5 @@ megaglest_runtime_error::megaglest_runtime_error(const string& __arg,bool noStac
} }
}}//end namespace }}//end namespace
#endif