commit 8e1ba03ebd1c0f9491028ed1417d0159d2dbb037 parent 79f3809d9b065a30904f70e3ff771ecb90ad594a Author: ByteProject <stefan.vogt@byteproject.net> Date: Mon, 26 Dec 2011 21:56:41 +0100 added project specific header Diffstat:
M | ansilove/ansilove-Prefix.pch | | | 10 | +++++++++- |
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/ansilove/ansilove-Prefix.pch b/ansilove/ansilove-Prefix.pch @@ -1,7 +1,15 @@ // -// Prefix header for all source files of the 'ansilove' target in the 'ansilove' project +// ansilove-Prefix.pch +// AnsiLove/C +// +// Copyright (c) 2011, Stefan Vogt. All rights reserved. +// http://byteproject.net +// +// Use of this source code is governed by a MIT-style license. +// See the file LICENSE for details. // +// Prefix header for all source files of the 'ansilove' target in the 'AnsiLove/C' project #ifdef __OBJC__ #import <Foundation/Foundation.h> #endif