Merge branch 'main' into cdclient-rework

This commit is contained in:
Wincent Holm
2022-10-29 21:52:08 +02:00
963 changed files with 39754 additions and 41072 deletions

View File

@@ -13,7 +13,7 @@
#ifdef _WIN32
#define NOMINMAX
// windows.h has min and max macros that breaks cpplinq
#endif
#endif
#include "cpplinq.hpp"
#pragma warning (disable : 4244) //Disable double to float conversion warnings
@@ -29,7 +29,7 @@ typedef __int64_t __int64;
\brief A virtual class for CDClient Tables
*/
//! The base class for all CD tables
//! The base class for all CD tables
class CDTable {
public: