cakefoot/src/main.hpp

31 lines
869 B
C++

/*@~@~@ |C|A|K|E|F|O|O|T| <presented by> 💫dank.game💫
|~)~)~)
|\~*~*| Licensed under the zlib and CC-BY licenses. Source is available at
|\\~*~|
,~|#\\~*|~, <https://open.shampoo.ooo/shampoo/cakefoot>
: \\@\\~| :
: \\#\\| : Created with open SPACE🪐BOX engine for cross-platform, PC, web and mobile games
: \\@\' :
: \\/ : <https://open.shampoo.ooo/shampoo/spacebox>
`~ ~ ~`~ */
#include <vector>
#include <functional>
#include "json/json.hpp"
#include "cli11/CLI11.hpp"
#include "sb.hpp"
#include "Configuration.hpp"
#include "Game.hpp"
#include "Cakefoot.hpp"
/*!
* Create a Cakefoot instance and launch its mainloop.
*
* @param argc Count of arguments passed in from the command line
* @param argv Command line arguments as an array of strings
* @return Always returns 0
*/
int main(int argc, char** argv);