Ours is not to decide the value of pi.

Ours is only to live by it.
This commit is contained in:
dongresource 2020-12-06 02:45:20 +01:00
parent dd6fbfb683
commit 02c5df5c1b
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@
#include <sstream>
#include <iterator>
#include <math.h>
std::map<std::string, ChatCommand> ChatManager::commands;

View File

@ -3,7 +3,6 @@
#include "CNShardServer.hpp"
#define CMD_PREFIX '/'
#define M_PI 3.14159265358979323846
typedef void (*CommandHandler)(std::string fullString, std::vector<std::string>& args, CNSocket* sock);