source: GTP/trunk/App/Demos/Geom/Demo_LodManager.rc @ 1791

Revision 1791, 1.3 KB checked in by gumbau, 18 years ago (diff)

LODmanager initial import

Line 
1// Secuencia de comandos de recursos generada en Microsoft Visual C++.
2//
3#include "resource.h"
4
5#define APSTUDIO_READONLY_SYMBOLS
6/////////////////////////////////////////////////////////////////////////////
7//
8// Generado a partir del recurso TEXTINCLUDE 2.
9//
10#include "afxres.h"
11
12/////////////////////////////////////////////////////////////////////////////
13#undef APSTUDIO_READONLY_SYMBOLS
14
15/////////////////////////////////////////////////////////////////////////////
16// Recursos en inglés (EE.UU.)
17
18#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19LANGUAGE 10, 3
20#pragma code_page(1252)
21
22#ifdef APSTUDIO_INVOKED
23/////////////////////////////////////////////////////////////////////////////
24//
25// TEXTINCLUDE
26//
27
281 TEXTINCLUDE 
29BEGIN
30    "resource.h\0"
31END
32
332 TEXTINCLUDE 
34BEGIN
35    "#include ""afxres.h""\r\n"
36    "\0"
37END
38
393 TEXTINCLUDE 
40BEGIN
41    "\r\n"
42    "\0"
43END
44
45#endif    // APSTUDIO_INVOKED
46
47#endif    // Recursos en inglés (EE.UU.)
48/////////////////////////////////////////////////////////////////////////////
49
50
51
52#ifndef APSTUDIO_INVOKED
53/////////////////////////////////////////////////////////////////////////////
54//
55// Generado a partir del recurso TEXTINCLUDE 3.
56//
57
58
59/////////////////////////////////////////////////////////////////////////////
60#endif    // No APSTUDIO_INVOKED
61
Note: See TracBrowser for help on using the repository browser.