struct dd_sprite { string filename; float x; float y; }; world world_test { int x; struct dd_sprite my_sprite; int init() { my_sprite.x = 0; }; }