Richard Boegli's CnC_Generals_Zero_Hour Fork
WIP
This is documentation of Richard Boegil's Zero Hour Fork
Loading...
Searching...
No Matches
dllmain.h
Go to the documentation of this file.
1
/*
2
** Command & Conquer Generals Zero Hour(tm)
3
** Copyright 2025 Electronic Arts Inc.
4
**
5
** This program is free software: you can redistribute it and/or modify
6
** it under the terms of the GNU General Public License as published by
7
** the Free Software Foundation, either version 3 of the License, or
8
** (at your option) any later version.
9
**
10
** This program is distributed in the hope that it will be useful,
11
** but WITHOUT ANY WARRANTY; without even the implied warranty of
12
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
** GNU General Public License for more details.
14
**
15
** You should have received a copy of the GNU General Public License
16
** along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
19
/* $Header: /Commando/Code/Tools/max2w3d/dllmain.h 4 10/28/97 6:08p Greg_h $ */
20
/***********************************************************************************************
21
*** Confidential - Westwood Studios ***
22
***********************************************************************************************
23
* *
24
* Project Name : Commando / G *
25
* *
26
* File Name : DLLMAIN.H *
27
* *
28
* Programmer : Greg Hjelstrom *
29
* *
30
* Start Date : 06/09/97 *
31
* *
32
* Last Update : June 9, 1997 [GH] *
33
* *
34
*---------------------------------------------------------------------------------------------*
35
* Functions: *
36
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
37
38
39
#ifndef DLLMAIN_H
40
#define DLLMAIN_H
41
42
#include <windows.h>
43
44
extern
HINSTANCE
AppInstance
;
45
46
#define MAX_STRING_LENGTH 256
47
#define MAX_PATH_LENGTH _MAX_PATH
48
49
TCHAR *
Get_String
(
int
id
);
50
51
#endif
/*DLLMAIN_H*/
AppInstance
HINSTANCE AppInstance
Definition
dllmain.cpp:67
Get_String
TCHAR * Get_String(int id)
Definition
dllmain.cpp:198
Code
Tools
WW3D
max2w3d
dllmain.h
Generated by
1.13.2