فهرست منبع

Change .lib to be /MT compatible; Fix comments

gingerBill 1 سال پیش
والد
کامیت
926c419ef8
4فایلهای تغییر یافته به همراه308 افزوده شده و 308 حذف شده
  1. 307 307
      vendor/box2d/box2d.odin
  2. BIN
      vendor/box2d/lib/box2d_windows_amd64_avx2.lib
  3. BIN
      vendor/box2d/lib/box2d_windows_amd64_sse2.lib
  4. 1 1
      vendor/box2d/types.odin

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 307 - 307
vendor/box2d/box2d.odin


BIN
vendor/box2d/lib/box2d_windows_amd64_avx2.lib


BIN
vendor/box2d/lib/box2d_windows_amd64_sse2.lib


+ 1 - 1
vendor/box2d/types.odin

@@ -116,9 +116,9 @@ BodyType :: enum c.int {
 	// positive mass, velocity determined by forces, moved by solver
 	dynamicBody = 2,
 
-	// number of body types
 }
 
+// number of body types
 bodyTypeCount :: len(BodyType)
 
 // A body definition holds all the data needed to construct a rigid body.

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است