mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 14:30:47 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
class ErrorScreen : public Screen
|
||||
{
|
||||
private:
|
||||
wstring title, message;
|
||||
std::wstring title, message;
|
||||
public:
|
||||
ErrorScreen(const wstring& title, const wstring& message);
|
||||
ErrorScreen(const std::wstring& title, const std::wstring& message);
|
||||
virtual void init();
|
||||
virtual void render(int xm, int ym, float a);
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user