mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-27 04:20:46 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "BowItem.h"
|
||||
#include "../Util/SoundTypes.h"
|
||||
|
||||
const wstring BowItem::TEXTURE_PULL[] = {L"bow_pull_0", L"bow_pull_1", L"bow_pull_2"};
|
||||
const std::wstring BowItem::TEXTURE_PULL[] = {L"bow_pull_0", L"bow_pull_1", L"bow_pull_2"};
|
||||
|
||||
BowItem::BowItem(int id) : Item( id )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user