7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
enum Color:byte { red, green, blue }
|
|
|
|
struct Vec3 {
|
|
x:float;
|
|
y:float;
|
|
}
|