mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-12 18:38:10 +00:00
format codebase
This commit is contained in:
@@ -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,13 +29,13 @@ 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:
|
||||
|
||||
//! Returns the table's name
|
||||
/*!
|
||||
\return The table name
|
||||
*/
|
||||
virtual std::string GetName() const = 0;
|
||||
|
||||
//! Returns the table's name
|
||||
/*!
|
||||
\return The table name
|
||||
*/
|
||||
virtual std::string GetName() const = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user