]> git.lizzy.rs Git - irrlicht.git/blob - include/irrunpack.h
Add back LightManager
[irrlicht.git] / include / irrunpack.h
1 // Copyright (C) 2007-2012 Nikolaus Gebhardt\r
2 // This file is part of the "Irrlicht Engine".\r
3 // For conditions of distribution and use, see copyright notice in irrlicht.h\r
4 \r
5 // include this file to switch back to default alignment\r
6 // file belongs to irrpack.h, see there for more info\r
7 \r
8 // Default alignment\r
9 #if defined(_MSC_VER)\r
10 #       pragma pack( pop, packing )\r
11 #endif\r
12 \r
13 #undef PACK_STRUCT\r
14 \r