/* * Spam.h * * Created on: Jan 21, 2017 * Author: nullifiedcat */ #ifndef HACKS_SPAM_HPP_ #define HACKS_SPAM_HPP_ #include "common.hpp" class CatCommand; namespace hacks { namespace shared { namespace spam { extern const std::vector builtin_default; extern const std::vector builtin_lennyfaces; extern const std::vector builtin_blanks; extern const std::vector builtin_nonecore; extern const std::vector builtin_lmaobox; extern const std::vector builtin_lithium; extern CatVar spam_source; extern CatVar filename; extern CatCommand reload; void Init(); void CreateMove(); void Reload(); }}} #endif /* HACKS_SPAM_HPP_ */