refactor: unglob std::wstring

This commit is contained in:
Tropical
2026-03-06 11:50:22 -06:00
parent 41db813a6d
commit cdc08700e4
581 changed files with 2156 additions and 2154 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
#include "FishingRodItem.h"
#include "../Util/SoundTypes.h"
const wstring FishingRodItem::TEXTURE_EMPTY = L"fishingRod_empty";
const std::wstring FishingRodItem::TEXTURE_EMPTY = L"fishingRod_empty";
FishingRodItem::FishingRodItem(int id) : Item(id)
{