Browse Source

Add Map Include to Player.h

Adds Map Include to Player.h to remove clang-tidy warnings
pull/7983/head
NiteKat 11 months ago
parent
commit
b48635623f
  1. 1
      Source/dapi/Player.h

1
Source/dapi/Player.h

@ -1,5 +1,6 @@
#pragma once
#include "Item.h"
#include <map>
namespace DAPI {
const int NUM_INVLOC = 7;

Loading…
Cancel
Save