Change Naming Convention, add scroll to microui
This commit is contained in:
@@ -18,21 +18,21 @@ import draw "./draw"
|
||||
joint_common :: struct
|
||||
{
|
||||
pivot : [2]f32,
|
||||
entity_a, entity_b : static_index,
|
||||
entity_a, entity_b : Static_Index,
|
||||
bodyIdA, bodyIdB : b2.BodyId,
|
||||
}
|
||||
|
||||
revolt_joint_def :: struct
|
||||
{
|
||||
pivot : [2]f32,
|
||||
entity_a, entity_b : static_index,
|
||||
entity_a, entity_b : Static_Index,
|
||||
using def : b2.RevoluteJointDef,
|
||||
}
|
||||
|
||||
distance_joint_def :: struct
|
||||
{
|
||||
pivot : [2]f32,
|
||||
entity_a, entity_b : static_index,
|
||||
entity_a, entity_b : Static_Index,
|
||||
using def : b2.DistanceJointDef,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user