mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-15 01:11:27 +00:00
017d2c1f44
The addition of data an then string support made keeping track of things in struct's writeTable a nightmare.
9 lines
201 B
Objective-C
9 lines
201 B
Objective-C
#ifndef __renderer_vulkan_vkgen_vkfieldauto_h
|
|
#define __renderer_vulkan_vkgen_vkfieldauto_h
|
|
|
|
#include "vkfielddef.h"
|
|
|
|
@interface AutoField: FieldDef
|
|
@end
|
|
|
|
#endif//__renderer_vulkan_vkgen_vkfieldauto_h
|