From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03533.html | 163 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 docs/doxygen/nel/a03533.html (limited to 'docs/doxygen/nel/a03533.html') diff --git a/docs/doxygen/nel/a03533.html b/docs/doxygen/nel/a03533.html new file mode 100644 index 00000000..2ca0e628 --- /dev/null +++ b/docs/doxygen/nel/a03533.html @@ -0,0 +1,163 @@ + + +NeL: CTileOfPatch struct Reference + + + +
+

CTileOfPatch Struct Reference


Detailed Description

+a struct that helps us to know which tile we've processed +

+ +

+Definition at line 3112 of file zone_lighter.cpp. + + + + + + + + + + + +

Public Member Functions

 CTileOfPatch (uint8 tileId, CPatch *patch)
 CTileOfPatch ()

Data Fields

CPatchPatch
uint8 TileId
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
CTileOfPatch::CTileOfPatch  ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
CTileOfPatch::CTileOfPatch uint8  tileId,
CPatch patch
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 3117 of file zone_lighter.cpp. +

+References uint8. +

+

03117                                                   : TileId(tileId), Patch(patch)
+03118         {               
+03119         }       
+
+


Field Documentation

+

+ + + + +
+ + +
CPatch* CTileOfPatch::Patch +
+
+ + + + + +
+   + + +

+ +

+Definition at line 3115 of file zone_lighter.cpp. +

+Referenced by operator<().

+

+ + + + +
+ + +
uint8 CTileOfPatch::TileId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 3114 of file zone_lighter.cpp. +

+Referenced by operator<().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 06:43:53 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1