From 1bb0ef8960c71ef505a351702bec54c01ba15e22 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 12 Oct 2017 14:57:26 +0100 Subject: Fixing spritesheet and fixed #12 --- editor/editorwindow.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'editor/editorwindow.cpp') diff --git a/editor/editorwindow.cpp b/editor/editorwindow.cpp index 35eeeb31..aad84612 100644 --- a/editor/editorwindow.cpp +++ b/editor/editorwindow.cpp @@ -1,3 +1,11 @@ +/* ---------------------------------------------------------------------------- + * /home/yannherklotz/Github/YAGE/editor/editorwindow.cpp + * + * Copyright (c) 2017 Yann Herklotz Grave + * MIT License, see LICENSE file for more details. + * ---------------------------------------------------------------------------- + */ + #include "editorwindow.h" #include "ui_editorwindow.h" -- cgit