CVS Id tags added to several files for easier version tracking.

This commit is contained in:
Mark K. Kim 2005-11-27 08:09:37 +00:00
parent 686e563a49
commit 8a896438a1
33 changed files with 66 additions and 2 deletions

View file

@ -1,5 +1,6 @@
Tux Paint Xcode Project
notes by Martin Fuhrer <mfuhrer@alumni.ucalgary.ca>
$Id$
This Tux Paint project file is located in a folder titled "macosx", which should in turn be placed in the root folder of the Tux Paint source code distribution. The project will then be able to access all the source code files.

View file

@ -3,6 +3,7 @@
Non-NIB-Code & other changes: Max Horn <max@quendi.de>
Feel free to customize this file to suit your needs
$Id$
*/
//#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_2

View file

@ -3,6 +3,7 @@
Non-NIB-Code & other changes: Max Horn <max@quendi.de>
Feel free to customize this file to suit your needs
$Id$
*/
#import "SDL.h"

View file

@ -5,6 +5,8 @@
* Created by Martin Fuhrer on Wed May 12 2004.
* Copyright (c) 2004 __MyCompanyName__. All rights reserved.
*
* $Id$
*
*/
#ifndef WRAPPER_DATA
@ -22,4 +24,4 @@ struct WrapperDataStruct
typedef struct WrapperDataStruct WrapperData;
#endif
#endif