Merge branch 'master' into jgrpp

This commit is contained in:
Jonathan G Rennison
2020-10-14 17:38:23 +01:00
61 changed files with 2031 additions and 1507 deletions

View File

@@ -1,6 +1,6 @@
add_subdirectory(cocoa)
if (NOT OPTION_DEDICATED)
if(NOT OPTION_DEDICATED)
add_files(
allegro_v.cpp
allegro_v.h
@@ -24,7 +24,7 @@ if (NOT OPTION_DEDICATED)
win32_v.h
CONDITION WIN32
)
endif (NOT OPTION_DEDICATED)
endif()
add_files(
dedicated_v.cpp