forked from Chlumsky/msdf-atlas-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.h
More file actions
22 lines (20 loc) · 1.3 KB
/
resource.h
File metadata and controls
22 lines (20 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#define STRINGIZE_(x) #x
#define STRINGIZE(x) STRINGIZE_(x)
#define MSDF_ATLAS_VERSION_STRING STRINGIZE(MSDF_ATLAS_VERSION)
#define MSDF_ATLAS_COPYRIGHT_YEAR_STRING STRINGIZE(MSDF_ATLAS_COPYRIGHT_YEAR)
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by msdf-atlas-gen.rc
//
#define IDI_ICON1 101
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif