Implementation of road intersections and road splitting (halfway)
This commit is contained in:
8
common/structures.odin
Normal file
8
common/structures.odin
Normal file
@@ -0,0 +1,8 @@
|
||||
package common
|
||||
|
||||
import rl "vendor:raylib"
|
||||
|
||||
Intersection_Data :: struct {
|
||||
road: u32,
|
||||
point: rl.Vector2,
|
||||
}
|
||||
Reference in New Issue
Block a user