]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/directx/d3dx9core/d3dx9core.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / windows / directx / d3dx9core / d3dx9core.factor
index 545fd60ed78c1d64c7652c797891615a5d24389a..fda2b07b8dec286309bf13fa13d4fe38d785cfbc 100644 (file)
@@ -9,7 +9,7 @@ CONSTANT: D3DX_VERSION 0x0902
 CONSTANT: D3DX_SDK_VERSION 42
 
 FUNCTION: BOOL D3DXCheckVersion ( UINT D3DSdkVersion, UINT D3DXSdkVersion ) ;
-FUNCTION: BOOL D3DXDebugMute ( BOOL Mute ) ;  
+FUNCTION: BOOL D3DXDebugMute ( BOOL Mute ) ;
 FUNCTION: UINT D3DXGetDriverLevel ( LPDIRECT3DDEVICE9 pDevice ) ;
 
 C-TYPE: ID3DXBuffer
@@ -46,8 +46,8 @@ COM-INTERFACE: ID3DXSprite IUnknown {BA0B762D-7D28-43ec-B9DC-2F84443B0614}
     HRESULT OnResetDevice ( ) ;
 
 FUNCTION: HRESULT
-    D3DXCreateSprite ( 
-        LPDIRECT3DDEVICE9   pDevice, 
+    D3DXCreateSprite (
+        LPDIRECT3DDEVICE9   pDevice,
         LPD3DXSPRITE*       ppSprite ) ;
 
 STRUCT: D3DXFONT_DESCA
@@ -103,7 +103,7 @@ COM-INTERFACE: ID3DXFont IUnknown {D79DBB70-5F21-4d36-BBC2-FF525C213CDC}
 
 FUNCTION: HRESULT
     D3DXCreateFontA (
-        LPDIRECT3DDEVICE9       pDevice,  
+        LPDIRECT3DDEVICE9       pDevice,
         INT                     Height,
         UINT                    Width,
         UINT                    Weight,
@@ -118,7 +118,7 @@ FUNCTION: HRESULT
 
 FUNCTION: HRESULT
     D3DXCreateFontW (
-        LPDIRECT3DDEVICE9       pDevice,  
+        LPDIRECT3DDEVICE9       pDevice,
         INT                     Height,
         UINT                    Width,
         UINT                    Weight,
@@ -134,15 +134,15 @@ FUNCTION: HRESULT
 ALIAS: D3DXCreateFont D3DXCreateFontW
 
 FUNCTION: HRESULT
-    D3DXCreateFontIndirectA ( 
-        LPDIRECT3DDEVICE9       pDevice, 
-        D3DXFONT_DESCA*         pDesc,   
+    D3DXCreateFontIndirectA (
+        LPDIRECT3DDEVICE9       pDevice,
+        D3DXFONT_DESCA*         pDesc,
         LPD3DXFONT*             ppFont ) ;
 
 FUNCTION: HRESULT
-    D3DXCreateFontIndirectW ( 
-        LPDIRECT3DDEVICE9       pDevice, 
-        D3DXFONT_DESCW*         pDesc,   
+    D3DXCreateFontIndirectW (
+        LPDIRECT3DDEVICE9       pDevice,
+        D3DXFONT_DESCW*         pDesc,
         LPD3DXFONT*             ppFont ) ;
 
 ALIAS: D3DXCreateFontIndirect D3DXCreateFontIndirectW
@@ -216,7 +216,7 @@ COM-INTERFACE: ID3DXLine IUnknown {D379BA7F-9042-4ac4-9F5E-58192A4C6BD8}
     HRESULT Begin ( )
     HRESULT Draw ( D3DXVECTOR2* pVertexList, DWORD dwVertexListCount, D3DCOLOR Color )
     HRESULT DrawTransform ( D3DXVECTOR3* pVertexList,
-        DWORD dwVertexListCount, D3DXMATRIX* pTransform, 
+        DWORD dwVertexListCount, D3DXMATRIX* pTransform,
         D3DCOLOR Color )
     HRESULT SetPattern ( DWORD dwPattern )
     DWORD GetPattern ( )