Flutter Engine
The Flutter Engine
|
#include <ffi_test_fields.h>
Public Attributes | |
double | x |
double | y |
struct Coord * | next |
Definition at line 19 of file ffi_test_fields.h.
struct Coord* Coord::next |
Definition at line 22 of file ffi_test_fields.h.
double Coord::x |
Definition at line 20 of file ffi_test_fields.h.
double Coord::y |
Definition at line 21 of file ffi_test_fields.h.