format: reformat project
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#ifndef ITEMS_INVENTORIES_HPP_
|
||||
#define ITEMS_INVENTORIES_HPP_
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "Inventory.hpp"
|
||||
#include "../maths/util.hpp"
|
||||
#include "Inventory.hpp"
|
||||
|
||||
class Level;
|
||||
|
||||
@@ -41,4 +41,4 @@ public:
|
||||
const inventories_map& getMap() const;
|
||||
};
|
||||
|
||||
#endif // ITEMS_INVENTORIES_HPP_
|
||||
#endif // ITEMS_INVENTORIES_HPP_
|
||||
|
||||
Reference in New Issue
Block a user