Общий регистр в названиях импортируемых файлов.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
#include "Item.h"
|
||||
#include "item.h"
|
||||
|
||||
struct InventorySlot {
|
||||
int itemId = 0;
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "Point.h"
|
||||
#include "NPC.h"
|
||||
#include "point.h"
|
||||
#include "npc.h"
|
||||
|
||||
struct Chest {
|
||||
Point pos;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "../include/NPC.h"
|
||||
#include "../include/npc.h"
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user