mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
Ours is not to decide the value of pi.
Ours is only to live by it.
This commit is contained in:
parent
dd6fbfb683
commit
02c5df5c1b
@ -11,6 +11,7 @@
|
||||
|
||||
#include <sstream>
|
||||
#include <iterator>
|
||||
#include <math.h>
|
||||
|
||||
std::map<std::string, ChatCommand> ChatManager::commands;
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user