xtd_c - Reference Guide 0.2.0
point.h
Go to the documentation of this file.
1 
6 #pragma once
7 #include <xtd_c/object.h>
8 
10  int32_t x;
11  int32_t y;
12 };
13 
15 typedef struct xtd_drawing_point xtd_drawing_point;
Definition: point.h:9
Contains object definitions.