#pragma once #include "WString.h" struct Desktop_Item { int id; int place_x; int place_y; int icon_size_x; int icon_size_y; };