This commit is contained in:
Lemongrass3110
2018-06-14 22:21:59 +02:00
parent e605adbd17
commit 6eae3bf74b
2 changed files with 4 additions and 4 deletions

View File

@@ -7,9 +7,9 @@
#include <string.h>
#include <yaml-cpp/yaml.h>
#include "../common/cbasetypes.h"
#include "../common/nullpo.h"
#include "../common/showmsg.h"
#include "../common/cbasetypes.hpp"
#include "../common/nullpo.hpp"
#include "../common/showmsg.hpp"
#include "battle.hpp"
#include "buyingstore.hpp"

View File

@@ -7,7 +7,7 @@
#include <string>
#include <vector>
#include "../common/cbasetypes.h"
#include "../common/cbasetypes.hpp"
#pragma once