[Igarden-commit] Garden/source RedstartGarden.h,1.26,1.27
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 05:04:27
|
Update of /cvsroot/igarden/Garden/source In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14526 Modified Files: RedstartGarden.h Log Message: Win32 changes Index: RedstartGarden.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/RedstartGarden.h,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** RedstartGarden.h 9 Oct 2006 12:07:11 -0000 1.26 --- RedstartGarden.h 22 Feb 2007 05:04:26 -0000 1.27 *************** *** 1,16 **** //*********************************************************************************************** // ! // The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at // http://www.mozilla.org/MPL/ ! // ! // Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ! // ANY KIND, either express or implied. See the License for the specific language governing rights and // limitations under the License. ! // // The Original Code is iGarden BaseIncludeFile. ! // // The Initial Developer of the Original Code is Redstart Software. // Portions created by Initial Developer are Copyright (C) 2004 Redstart Software. All Rights Reserved. ! // // Contributor(s): // Jeffrey Bedell(je...@re...) --- 1,16 ---- //*********************************************************************************************** // ! // The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at // http://www.mozilla.org/MPL/ ! // ! // Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ! // ANY KIND, either express or implied. See the License for the specific language governing rights and // limitations under the License. ! // // The Original Code is iGarden BaseIncludeFile. ! // // The Initial Developer of the Original Code is Redstart Software. // Portions created by Initial Developer are Copyright (C) 2004 Redstart Software. All Rights Reserved. ! // // Contributor(s): // Jeffrey Bedell(je...@re...) *************** *** 30,37 **** using yaaf::XGUUID; ! #define RSGrdenCreator 'RSGB' ! #define RSGardenDocType 'GDoc' ! #define RSGardenSourceDBType 'GSdb' ! #define RSGardenPrefsType 'GSpf' #define kOldRedstartSupportFolder "Redstart Garden" #define kRedstartSupportFolder "GardenSketch" --- 30,37 ---- using yaaf::XGUUID; ! #define RSGrdenCreator CHAR4('R','S','G','B') ! #define RSGardenDocType CHAR4('G','D','o','c') ! #define RSGardenSourceDBType CHAR4('G','S','d','b') ! #define RSGardenPrefsType CHAR4('G','S','p','f') #define kOldRedstartSupportFolder "Redstart Garden" #define kRedstartSupportFolder "GardenSketch" *************** *** 64,77 **** { kMonthAll = 0, kMonthJan = 1, ! kMonthFeb, ! kMonthMar, ! kMonthApr, ! kMonthMay, ! kMonthJun, ! kMonthJul, ! kMonthAug, ! kMonthSep, ! kMonthOct, ! kMonthNov, kMonthDec } planMonth_t; --- 64,77 ---- { kMonthAll = 0, kMonthJan = 1, ! kMonthFeb, ! kMonthMar, ! kMonthApr, ! kMonthMay, ! kMonthJun, ! kMonthJul, ! kMonthAug, ! kMonthSep, ! kMonthOct, ! kMonthNov, kMonthDec } planMonth_t; *************** *** 819,821 **** const materialIDStr_t kTurfMaterialUIDStr = { "1234683-0000-e73e-00-00-0a-00-00-00-65-f1", "0-0-0-0-0-0-0-0-0-0-0" }; ! #endif // REDSTART_GARDEN_H \ No newline at end of file --- 819,821 ---- const materialIDStr_t kTurfMaterialUIDStr = { "1234683-0000-e73e-00-00-0a-00-00-00-65-f1", "0-0-0-0-0-0-0-0-0-0-0" }; ! #endif // REDSTART_GARDEN_H |