irrunpack.h 380 B

12345678910111213
  1. // Copyright (C) 2007-2012 Nikolaus Gebhardt
  2. // This file is part of the "Irrlicht Engine".
  3. // For conditions of distribution and use, see copyright notice in irrlicht.h
  4. // include this file to switch back to default alignment
  5. // file belongs to irrpack.h, see there for more info
  6. // Default alignment
  7. #if defined(_MSC_VER)
  8. #pragma pack(pop, packing)
  9. #endif
  10. #undef PACK_STRUCT