FoofyFox Sandstorm 2
General-purpose Discord bot in C++
SSGlobals.h File Reference

Global declarations for Sandstorm. More...

#include <cstdint>
#include <vector>
#include <array>
#include <queue>
#include <set>
#include <functional>
#include <thread>
#include <chrono>
#include <memory>
#include <utility>
#include <dpp/dpp.h>
#include <mpg123.h>
Include dependency graph for SSGlobals.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEFAULT_READ_BUFFER_SIZE   512
 Default read buffer size used in functions such as ffss::SSUtility::load_file()
 
#define DEFAULT_HELP_FILENAME   "assets/help.md"
 Default path for the help file.
 
#define DEFAULT_FORTUNE_FILENAME   "assets/ft.txt"
 Default path for the fortune teller file.
 
#define DEFAULT_LAUGH_MAX   128u
 Default maximum 'HA's for the laugh command.
 
#define DEFAULT_IMG_FILENAME   "assets/wd.png"
 Default image to send to the user if only the command switch is entered.
 
#define DEFAULT_FENN_PATH   "assets/fenn"
 Default fennec directory.
 
#define DEFAULT_AUDIO_QUEUE_MAX   16u
 Default maximum audio tracks that can be queued.
 
#define DEFAULT_ARGS_MAX   16u
 Default maximum number of arguments that can be parsed from ffss::SSUtility::get_args()
 
#define DEFAULT_SWITCH   '-'
 Default command switch.
 

Detailed Description

Global declarations for Sandstorm.

Author
FoofyFox