Add the fmt library as a dependency and add some examples
Attempt at fixing missing functions on some platforms
This commit is contained in:
parent
f77c52941a
commit
f3a401b5f6
8 changed files with 195 additions and 6 deletions
|
|
@ -7,6 +7,9 @@
|
|||
#include "cursor.h"
|
||||
#include "inv.h"
|
||||
#include "spells.h"
|
||||
#include "utils/format.hpp"
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
namespace devilution {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue