mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-15 01:11:27 +00:00
e4ee5c70e0
This is much cleaner and now that all the types are there properly, doing a parser generator should be easier.
11 lines
181 B
Objective-C
11 lines
181 B
Objective-C
#ifndef __renderer_vulkan_vkgen_vkalias_h
|
|
#define __renderer_vulkan_vkgen_vkalias_h
|
|
|
|
#include "vktype.h"
|
|
|
|
@interface Alias: Type
|
|
{
|
|
}
|
|
@end
|
|
|
|
#endif//__renderer_vulkan_vkgen_vkalias_h
|