From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- .../doc/html/irrunpack_8h_source.html | 140 +++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 libraries/irrlicht-1.8.1/doc/html/irrunpack_8h_source.html (limited to 'libraries/irrlicht-1.8.1/doc/html/irrunpack_8h_source.html') diff --git a/libraries/irrlicht-1.8.1/doc/html/irrunpack_8h_source.html b/libraries/irrlicht-1.8.1/doc/html/irrunpack_8h_source.html new file mode 100644 index 0000000..a16bfc2 --- /dev/null +++ b/libraries/irrlicht-1.8.1/doc/html/irrunpack_8h_source.html @@ -0,0 +1,140 @@ + + +
+ +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 +