From c2a2445897af17adb56a32dcf111312763a575d4 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 2 Jul 2018 01:06:39 +0200 Subject: initial commit Signed-off-by: Toni Uhlig --- .../CSFML-2.1/doc/html/structsfVector2i.htm | 97 ++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100755 libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfVector2i.htm (limited to 'libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfVector2i.htm') diff --git a/libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfVector2i.htm b/libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfVector2i.htm new file mode 100755 index 0000000..7c4a385 --- /dev/null +++ b/libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfVector2i.htm @@ -0,0 +1,97 @@ + + + + CSFML - C binding of the Simple and Fast Multimedia Library + + + + + + + +
+ +
+
sfVector2i Struct Reference
+
+
+ +

2-component vector of integers + More...

+ +

#include <Vector2.h>

+ + + + + + +

+Data Fields

int x
 
int y
 
+

Detailed Description

+

2-component vector of integers

+ +

Definition at line 38 of file Vector2.h.

+

Field Documentation

+ +
+
+ + + + +
int sfVector2i::x
+
+ +

Definition at line 40 of file Vector2.h.

+ +
+
+ +
+
+ + + + +
int sfVector2i::y
+
+ +

Definition at line 41 of file Vector2.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + + -- cgit v1.2.3