1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-29 09:29:31 +00:00
kickc/src/test/ref/struct-8.sym
2021-04-30 17:26:46 +02:00

12 lines
263 B
Plaintext

void main()
constant byte* const main::SCREEN = (byte*) 1024
struct Point main::c_center
byte main::c_center_x
byte main::c_center_y
constant byte main::c_radius = 5
constant byte main::p_x = $a
constant byte main::p_y = $a
byte main::point_x
byte main::point_y