Add the fmt library as a dependency and add some examples

Attempt at fixing missing functions on some platforms
This commit is contained in:
Jmgr 2021-04-17 19:01:12 +01:00 committed by Anders Jenbo
commit f3a401b5f6
8 changed files with 195 additions and 6 deletions

View file

@ -7,6 +7,9 @@
#include "cursor.h"
#include "inv.h"
#include "spells.h"
#include "utils/format.hpp"
#include <fmt/format.h>
namespace devilution {