15 lines
346 B
C
Executable File
15 lines
346 B
C
Executable File
// This file is automatically generated by GRIT. Do not edit.
|
|
|
|
#include <stddef.h>
|
|
|
|
#ifndef GRIT_RESOURCE_MAP_STRUCT_
|
|
#define GRIT_RESOURCE_MAP_STRUCT_
|
|
struct GritResourceMap {
|
|
const char* name;
|
|
int value;
|
|
};
|
|
#endif // GRIT_RESOURCE_MAP_STRUCT_
|
|
|
|
extern const GritResourceMap kSettingsResources[];
|
|
extern const size_t kSettingsResourcesSize;
|