mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
31b63bb79f
Generated using script: for file in \$(find ./legacy -type f | \grep -E "\.cpp|\.h") do mv $file temp.xxx cp gplheader $file cat temp.xxx >> $file done
53 lines
1.9 KiB
C
53 lines
1.9 KiB
C
/*
|
|
* Descent 3
|
|
* Copyright (C) 2024 Parallax Software
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Developer Studio generated include file.
|
|
// Used by HogEdit.rc
|
|
//
|
|
#define IDD_ABOUTBOX 100
|
|
#define IDR_MAINFRAME 128
|
|
#define IDR_HOGEDITYPE 129
|
|
#define IDD_HOGINFO 130
|
|
#define IDC_HOGINFO_FILES 1000
|
|
#define IDC_HOGINFO_SIZE_BYTES 1001
|
|
#define IDC_HOGINFO_LOCATION 1002
|
|
#define IDC_HOGINFO_SIZE_MB 1003
|
|
#define ID_ACTION_INSERT 32771
|
|
#define ID_ACTION_DELETE 32772
|
|
#define ID_ACTION_UPDATE 32773
|
|
#define ID_ACTION_BUILD 32776
|
|
#define ID_ACTION_CREATE 32777
|
|
#define ID_VIEW_FULL_ROW 32778
|
|
#define ID_ACTION_EXTRACT 32779
|
|
#define ID_ACTION_IMPORT 32782
|
|
#define IDS_STRING61204 61204
|
|
#define ID_INDICATOR_FILES 61205
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_3D_CONTROLS 1
|
|
#define _APS_NEXT_RESOURCE_VALUE 131
|
|
#define _APS_NEXT_COMMAND_VALUE 32784
|
|
#define _APS_NEXT_CONTROL_VALUE 1004
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|