]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/unpack.c
Friends fight with true enemies, before they attacked player but hurting enemies
[lugaru.git] / Source / Utils / unpack.c
index fbcce3879b48f860cbcb89ef7f083221fcf5bead..991d897bc37cf77e52345a465ac99fb7c1e6f48e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
-Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
+Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -18,11 +18,11 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <stdlib.h>
-
 #include "binio.h"
 #include "private.h"
 
+#include <stdlib.h>
+
 struct BinIOUnpackContext {
     const uint8_t *data;
     va_list        args;