main.hpp 207 B

1234567891011121314151617
  1. class init
  2. {
  3. class marker
  4. {
  5. shape = "ELLIPSE";
  6. color = "ColorRed";
  7. brush = "FDiagonal";
  8. size[] = {600, 600};
  9. };
  10. class icon
  11. {
  12. shape = "ICON";
  13. type = "o_unknown";
  14. color = "ColorRed";
  15. };
  16. };