Skip to content

Commit

Permalink
Merge pull request #9 from tmp64/rehlds-support
Browse files Browse the repository at this point in the history
ReHLDS support
  • Loading branch information
tmp64 authored Aug 19, 2023
2 parents 504b349 + 6fd663f commit c34e818
Show file tree
Hide file tree
Showing 21 changed files with 2,925 additions and 1,086 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ elseif( COMPILER_MSVC )
endif()

if ( PLATFORM_LINUX )
add_compile_definitions(linux __linux__)
add_compile_definitions(linux __linux__ POSIX)
endif()

#-----------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ add_sources(
wpnmod_main.cpp
wpnmod_memory.cpp
wpnmod_memory.h
wpnmod_memory_engine.cpp
wpnmod_memory_gamedll.cpp
wpnmod_natives.cpp
wpnmod_parse.cpp
wpnmod_parse.h
Expand Down
Loading

0 comments on commit c34e818

Please sign in to comment.