Browse Source

Update types.d

Felix Hufnagel 9 năm trước cách đây
mục cha
commit
ee8f271dbd
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      source/derelict/escapi/types.d

+ 2 - 3
source/derelict/escapi/types.d

@@ -28,9 +28,8 @@ DEALINGS IN THE SOFTWARE.
 module derelict.escapi.types;
 module derelict.escapi.types;
 
 
 
 
-struct ESCAPISimpleCapParams
-{
-	int * mTargetBuf;
+struct ESCAPISimpleCapParams {
+	int* mTargetBuf;
 	int mWidth;
 	int mWidth;
 	int mHeight;
 	int mHeight;
 };
 };