(XDK D3D) Get rid of redefined constants

This commit is contained in:
twinaphex 2012-11-20 16:31:55 +01:00
parent 35a1c32529
commit 713995c0cd

View File

@ -28,9 +28,6 @@
#define DFONT_MAX 4096
#define D3DFVF_CUSTOMVERTEX (D3DFVF_XYZRHW | D3DFVF_TEX1)
#define MIN_SCALING_FACTOR (1.0f)
#define MAX_SCALING_FACTOR (2.0f)
typedef struct
{
float x;