mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
3498d8b2ae
This treats dictionary items as arrays ordered by key creation (ie, the order of the key/value pairs in the dictionary is preserved). The label is written to the specified field when parsing the struct. Both actual arrays and single element "arrays" are supported.
11 lines
247 B
Objective-C
11 lines
247 B
Objective-C
#ifndef __renderer_vulkan_vkgen_vkfieldlabeledsingle_h
|
|
#define __renderer_vulkan_vkgen_vkfieldlabeledsingle_h
|
|
|
|
#include "vkfieldsingle.h"
|
|
|
|
@interface LabeledSingleField: SingleField
|
|
{
|
|
}
|
|
@end
|
|
|
|
#endif//__renderer_vulkan_vkgen_vkfieldlabeledsingle_h
|