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/structsfIntRect.htm | 125 +++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100755 libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfIntRect.htm (limited to 'libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfIntRect.htm') diff --git a/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfIntRect.htm b/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfIntRect.htm new file mode 100755 index 0000000..8216e26 --- /dev/null +++ b/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfIntRect.htm @@ -0,0 +1,125 @@ + + + + CSFML - C binding of the Simple and Fast Multimedia Library + + + + + + + +
+ +
+
sfIntRect Struct Reference
+
+
+ +

#include <Rect.h>

+ + + + + + + + + + +

+Data Fields

int left
 
int top
 
int width
 
int height
 
+

Detailed Description

+
+

Definition at line 46 of file Rect.h.

+

Field Documentation

+ +
+
+ + + + +
int sfIntRect::height
+
+ +

Definition at line 51 of file Rect.h.

+ +
+
+ +
+
+ + + + +
int sfIntRect::left
+
+ +

Definition at line 48 of file Rect.h.

+ +
+
+ +
+
+ + + + +
int sfIntRect::top
+
+ +

Definition at line 49 of file Rect.h.

+ +
+
+ +
+
+ + + + +
int sfIntRect::width
+
+ +

Definition at line 50 of file Rect.h.

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