1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/struct-7.sym

14 lines
380 B
Plaintext

void main()
const nomodify byte* main::SCREEN = (byte*) 1024
struct Circle main::t_c1
struct Point main::t_c1_center
const byte main::t_c1_center_x = 1
const byte main::t_c1_center_y = 2
const byte main::t_c1_radius = 3
struct Circle main::t_c2
struct Point main::t_c2_center
const byte main::t_c2_center_x = 4
const byte main::t_c2_center_y = 5
const byte main::t_c2_radius = 6