<wx/math.h> excluded, wxString forwarded

This commit is contained in:
Nekotekina
2014-08-29 23:51:11 +04:00
parent 56ba26ab24
commit 120c3261b4
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "StrFmt.h"
#include <wx/string.h>
extern const std::string fmt::placeholder = "???";
+1 -1
View File
@@ -1,5 +1,5 @@
#pragma once
#include <wx/string.h>
class wxString;
#if defined(_MSC_VER)
#define snprintf _snprintf
+2 -2
View File
@@ -3,7 +3,6 @@
#include "Emu/System.h"
#include "Emu/SysCalls/Modules.h"
#include <wx/math.h>
#include "cellSysutil.h"
#include "Emu/RSX/sysutil_video.h"
#include "Emu/RSX/GSManager.h"
@@ -15,7 +14,8 @@ static const float
PICTURE_SIZE = (1.0f),
UV_DELTA_PS = (1.f / 8.f),
UV_DELTA_LB = (1.f / 6.f),
XY_DELTA_LB = (1.f / 8.f);
XY_DELTA_LB = (1.f / 8.f),
M_PI = 3.1415926535897932384626433832795;
void BuildupVertexBufferNR()
{