From 71e94ee161447b84c0eaabf6567f8fa62262cd3e Mon Sep 17 00:00:00 2001 From: Mirrorbot Date: Sat, 27 Dec 2025 17:53:06 -0600 Subject: Inital commit --- doc/html/irrunpack_8h_source.html | 140 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 doc/html/irrunpack_8h_source.html (limited to 'doc/html/irrunpack_8h_source.html') diff --git a/doc/html/irrunpack_8h_source.html b/doc/html/irrunpack_8h_source.html new file mode 100644 index 0000000..d7ab06d --- /dev/null +++ b/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__ == 4 ) && (__GNUC_MINOR__ >= 7))
+00015 #       pragma pack( pop, packing )
+00016 #   endif
+00017 #endif
+00018 
+00019 #undef PACK_STRUCT
+00020 
+
+
+ + + + + -- cgit v1.2.3-70-g09d2