From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../doc/html/irrunpack_8h_source.html | 140 +++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/irrunpack_8h_source.html (limited to 'src/others/irrlicht-1.8.1/doc/html/irrunpack_8h_source.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/irrunpack_8h_source.html b/src/others/irrlicht-1.8.1/doc/html/irrunpack_8h_source.html new file mode 100644 index 0000000..a16bfc2 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/irrunpack_8h_source.html @@ -0,0 +1,140 @@ + + + + +Irrlicht 3D Engine: irrunpack.h Source File + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+
+
irrunpack.h
+
+
+Go to the documentation of this file.
00001 // Copyright (C) 2007-2012 Nikolaus Gebhardt
+00002 // This file is part of the "Irrlicht Engine".
+00003 // For conditions of distribution and use, see copyright notice in irrlicht.h
+00004 
+00005 // include this file to switch back to default alignment
+00006 // file belongs to irrpack.h, see there for more info
+00007 
+00008 // Default alignment
+00009 #if defined(_MSC_VER) || defined(__BORLANDC__) || defined (__BCPLUSPLUS__)
+00010 #   pragma pack( pop, packing )
+00011 #elif defined (__DMC__)
+00012 #   pragma pack( pop )
+00013 #elif defined( __GNUC__ )
+00014 #   if (__GNUC__ >= 4 ) && (__GNUC_MINOR__ >= 7)
+00015 #       pragma pack( pop, packing )
+00016 #   endif
+00017 #endif
+00018 
+00019 #undef PACK_STRUCT
+00020 
+
+
+ + + + + -- cgit v1.1