File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -919,5 +919,15 @@ typedef enum _D3DTEXTURETRANSFORMFLAGS {
919919 D3DTTFF_FORCE_DWORD = 0x7fffffff
920920} D3DTEXTURETRANSFORMFLAGS;
921921
922+ #ifndef D3DRECT_DEFINED
923+ typedef struct _D3DRECT {
924+ LONG x1;
925+ LONG y1;
926+ LONG x2;
927+ LONG y2;
928+ } D3DRECT;
929+ #define D3DRECT_DEFINED
930+ #endif
931+
922932inline BOOL SwitchToThread () { return (0 == pthread_yield ()); }
923933
Original file line number Diff line number Diff line change 11#include " stdafx.h"
22#include " FBasicVisual.h"
3- #include " dxparticlecustom .h"
3+ #include " dxParticleCustom .h"
44
55// generate constructor + destructor here
Original file line number Diff line number Diff line change 1- #include " StdAfx .h"
1+ #include " stdafx .h"
22#include " light.h"
33
44static const float SQRT2 = 1 .4142135623730950488016887242097f ;
Original file line number Diff line number Diff line change 1- #include " StdAfx .h"
2- #include " .\ r__occlusion.h"
1+ #include " stdafx .h"
2+ #include " ./ r__occlusion.h"
33
44#include " QueryHelper.h"
55
You can’t perform that action at this time.
0 commit comments