Fix github issue #38

This commit is contained in:
2020-08-25 20:42:52 +02:00
parent 41898bb6b7
commit 3b3ddf08ef
3 changed files with 11 additions and 5 deletions

View File

@@ -1,9 +1,8 @@
#pragma once
#include <string>
#include <cstring>
#ifndef _PLR_HPP
#define _PLR_HPP
#include "CNProtocol.hpp"
#include "CNStructs.hpp"
@@ -27,5 +26,3 @@ struct Player {
sItemBase Inven[AINVEN_COUNT];
bool IsGM;
};
#endif