mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-11 10:08:56 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -7,5 +7,5 @@ using namespace std;
|
||||
class SimpleIcon : public StitchedTexture
|
||||
{
|
||||
public:
|
||||
SimpleIcon(const wstring &name, float u0, float v0, float u1, float v1);
|
||||
SimpleIcon(const std::wstring &name, float u0, float v0, float u1, float v1);
|
||||
};
|
||||
Reference in New Issue
Block a user