Общий регистр в названиях импортируемых файлов.

This commit is contained in:
DeLiss
2026-06-11 12:52:45 +05:00
parent f0a928938b
commit dbe901c071
3 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
#include <string>
#include <vector>
#include "Point.h"
#include "NPC.h"
#include "point.h"
#include "npc.h"
struct Chest {
Point pos;