]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation.h
DialogBox is protected on Windows, rename to DialogScene
[lugaru.git] / Source / Animation.h
index ed6f2785854619795c727c9c87a5a66da29d2a75..7448589ffb786a8779f60a2ed0bb2bbaccb456d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2010 - Lugaru authors
+Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -28,7 +28,6 @@ enum anim_height_type {
     lowheight, middleheight, highheight
 };
 
-
 enum animation_types {
 #define DECLARE_ANIM(id, ...) id,
 #include "Animation.def"